Repeat register multiple times #194
-
Hi, Is there any way to repeat a register with multiple fields defined, multiple times in an spreadsheet instead of specifying each one separately? |
Beta Was this translation helpful? Give feedback.
Answered by
taichi-ishitani
Feb 14, 2024
Replies: 1 comment 9 replies
-
Can you give me example register map? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For this purpose, you can use the
array register
feature.You need to put its array size to the
size
cell (column D) like the example below.For the above example, the
memmap
register has 3 sub elements and these offset addresses are:memmap[0]
: 0x00memmap[1]
: 0x04memmap[2]
: 0x08