pulp-platform / tech_cells_generic

Technology dependent cells instantiated in the design for generic process (simulation, FPGA)
Other
28 stars 29 forks source link

Waive Verilator linter for lints not matching our code style #33

Open SamuelRiedel opened 6 months ago

SamuelRiedel commented 6 months ago

Verilator creates quite thorough linter warnings that can obfuscate important warnings. This PR adds some linting fixes and ignores warnings in cases where Verilator contradicts our code style, like recommending blocking assignments in always_latch blocks.