getRegisterByAddr method
- int addr
Accessor to the config of a particular register
within the block by relative address addr.
Implementation
CsrInstanceConfig getRegisterByAddr(int addr) =>
config.getRegisterByAddr(addr);
Accessor to the config of a particular register
within the block by relative address addr.
CsrInstanceConfig getRegisterByAddr(int addr) =>
config.getRegisterByAddr(addr);