Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support creation of memory maps #32

Closed
xobs opened this issue Sep 25, 2019 · 2 comments
Closed

Support creation of memory maps #32

xobs opened this issue Sep 25, 2019 · 2 comments

Comments

@xobs
Copy link

xobs commented Sep 25, 2019

Memory maps are very useful for giving an overview of a computer system. One system may have multiple maps (such as a multi-core system, an 8051-like system, or a system with multiple buses).

Memory maps are similar to reg objects turned on their side with non-uniform spacing. Other packages have abused reg-like constructs to give satisfactory memory maps (e.g. http://www.martin-demling.de/2011/06/memory-maps-in-latex-using-the-bytefield-package/).

It would be nice for Wavedrom to support generation of memory maps.

@xobs xobs changed the title Allow creation of memory maps Support creation of memory maps Sep 25, 2019
@drom
Copy link
Member

drom commented Oct 7, 2019

It is an interesting idea. wavedrom uses bit-filed rendering from this package: https://github.com/drom/bitfield , where related issues have to be filed.

@drom drom transferred this issue from wavedrom/wavedrom Apr 23, 2020
@drom
Copy link
Member

drom commented Apr 23, 2020

duplicate of #24

@drom drom closed this as completed Apr 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants