Update `RegisterFile` to use a `LogicArray` internally
Open
enhancement
- Dominant language
- Dart
- Stars
- 115
- Forks
- 39
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 1
Description
### Motivation
Currently it just has a bunch of unique storage signals, which is very verbose when generated into SV. Using a `LogicArray` will make cleaner SV and potentially help synthesis tools.
### Desired solution
Modify `RegisterFile` to use `LogicArray` for internal storage.
### Alternatives considered
_No response_
### Additional details
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.