CSRs create a lot of modules
Open
enhancement
- Dominant language
- Dart
- Stars
- 115
- Forks
- 39
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 1
Description
### Motivation
When we handle large register sets, we encounter a lot of overhead because each register becomes a module. This impacts internal memory and simulation speed. Much of this is recovered when we use a SystemVerilog simulator on the output, but it would be nice to see less memory and speed overhead in the ROHD system itself.
### Desired solution
Explore inlining CSR registers and see if we can take advantage in both memory and simulation.
### Alternatives considered
_No response_
### Additional details
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.