Replace all non-resettable FlipFlops with resettable ones. Non-resettable FlipFlops have a marginally smaller area but can cause undefined behavior, and the common agreement is that non-resettable FlipFlops should be replaced everywhere if possible.
This PR also replaces all deprecated macros e.g. FFARN with FF, and adapts the parameters in the snitch_regfile modules to the CamelCase naming convention.
Replace all non-resettable FlipFlops with resettable ones. Non-resettable FlipFlops have a marginally smaller area but can cause undefined behavior, and the common agreement is that non-resettable FlipFlops should be replaced everywhere if possible.
This PR also replaces all deprecated macros e.g.
FFARN
withFF
, and adapts the parameters in thesnitch_regfile
modules to the CamelCase naming convention.TODO