cv32e40x icon indicating copy to clipboard operation
cv32e40x copied to clipboard

Change 'parameter int' into 'parameter int unsigned'

Open Silabs-ArjanB opened this issue 2 years ago • 0 comments

This is to match the CORE-V-XIF specification. Also all other use of 'parameter int' does not make sense and should be changed into 'parameter int unsigned'.

This applies to the entire repos bhv, rtl, doc, etc. (and to surrounding modules instantiating this core)

Silabs-ArjanB avatar Sep 28 '22 09:09 Silabs-ArjanB