You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.
The Register Width can be defined in RFG to support and data width interface.
However, if a register exceeds this size, the API does not produce an error, and the produced Verilog generates too wide data buses.
When synthesizing the design, the bits in registers over the maximal size may be trimmed away, and this can only be seen in a warning, making design debugging difficult.
Solution: Registers wider than maximal register size should just produce an error during definition parsing.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The Register Width can be defined in RFG to support and data width interface.
However, if a register exceeds this size, the API does not produce an error, and the produced Verilog generates too wide data buses.
When synthesizing the design, the bits in registers over the maximal size may be trimmed away, and this can only be seen in a warning, making design debugging difficult.
Solution: Registers wider than maximal register size should just produce an error during definition parsing.
The text was updated successfully, but these errors were encountered: