openhwgroup / cvw

CORE-V Wally is a configurable RISC-V Processor associated with RISC-V System-on-Chip Design textbook. Contains a 5-stage pipeline, support for A, B, C, D, F, M and Q extensions, and optional caches, BP, FPU, VM/MMU, AHB, RAMs, and peripherals.
Other
273 stars 198 forks source link

More lint cleanup: remove unused params #1109

Closed jordancarlin closed 1 week ago

jordancarlin commented 1 week ago

Remove lots of unused localparams and parameters that probably used to be needed. Also means we no longer need to disable this lint warning. Passes lint-wally --nightly