Drop the keyword file in multidimensional register definitions
#84
Closed
AndreasKrall
started this conversation in
General
Replies: 1 comment
-
|
In the meeting today we decided to drop the keyword |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we have two options to define register files, one using the combined keyword
register fileand one just using the keywordregisteralone:Both are register files but are called differently. Therefore, it does not make sense to keep the keyword
file(examples with droppedfile):Proposal: Delete the keyword
file, but keep both ways of defining multi dimensional registers as they have different specification capabilities (the `->´ version only allows the number of registers to be a power of 2) and different look and feel. This also would give a tiny simplification in the frontend.Beta Was this translation helpful? Give feedback.
All reactions