rggen / rggen

Code generation tool for control and status registers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Addressing mode support

m-kru opened this issue · comments

commented

Does RgGen support different addressing modes? I do not mean byte and word addressing, but compact, regalign and fullalign from SystemRDL nomenclature. Do you always align address space size of particular slave to the power of 2?

For automatical address assignment, RgGen supports compact addressing only.
For manual address assignment, RgGen supports any addressing modes.