Closed lurch closed 6 years ago
In https://github.com/SystemRDL/systemrdl-compiler/blob/master/docs/model_structure.rst the text says:
addrmap top { my_reg_t A; my_reg_t B[4]; };
but then in the picture underneath it, it shows:
A B (reg) (reg) dim=[4]
Seems to be a mismatch about whether A or B is using an array?
A
B
Good catch. Thanks for reporting it!
In https://github.com/SystemRDL/systemrdl-compiler/blob/master/docs/model_structure.rst the text says:
but then in the picture underneath it, it shows:
Seems to be a mismatch about whether
A
orB
is using an array?