-
Notifications
You must be signed in to change notification settings - Fork 26
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 memory maps #24
Labels
Comments
Do you have some visually pleasing example of memory map diagram that you like? |
Necessary modification I see:
|
@nopeslide good ideas. I would need some sketches of the ideas you have. |
@drom I sketched just the index and sub-bitfield idea |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue moved from https://github.com/wavedrom/wavedrom/issues/257
Memory maps are conceptually similar to bitfields, except they're rotated on their sides. Memory maps may also be non-uniform in size, though that may be a future enhancement.
It may be possible to reuse the compact view (#23) to create memory maps, by setting the number of lanes to the number of memory sections (e.g.
16
), and the width to1
.The text was updated successfully, but these errors were encountered: