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
dff-name-style-rule adds support for enforcing naming conventions for
registers.
It takes two parameters in the form of a comma separated list of
suffixes that are allowed for the input and output ports. If a list is
empty, it means that no checks will be performed in the respective
field.
In addition to checking suffixes, the rule also enforces that the base
(or prefix) is shared between the input and output of the register.
Furthermore, it also allows for numbered identifiers, where the number
means the pipeline stage where the signal originates from.
0 commit comments