Add base address check
taichi-ishitani opened this issue · 0 comments
taichi-ishitani commented
Currently, generated CSR modules does not check its base address.
It may have a bad influence that registers will be updated by accesses to other CSR module.
To avoid this problem, add base address check to generated CSE modules.
CSR modules will return dummy response when access to the CSR modules is outside valid address range.