Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Register Maximal width is wrongly supported #68

Open
richnou opened this issue Oct 28, 2015 · 0 comments
Open

Register Maximal width is wrongly supported #68

richnou opened this issue Oct 28, 2015 · 0 comments

Comments

@richnou
Copy link
Contributor

richnou commented Oct 28, 2015

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant