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
Motivation
Currently it just has a bunch of unique storage signals, which is very verbose when generated into SV. Using a
LogicArraywill make cleaner SV and potentially help synthesis tools.Desired solution
Modify
RegisterFileto useLogicArrayfor internal storage.Alternatives considered
No response
Additional details
No response