mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-20 03:57:25 -04:00
Verilator: Remove unused waivers
These waivers aren't needed any more and can be removed.
This commit is contained in:
parent
9d232d1cde
commit
799940162f
1 changed files with 0 additions and 6 deletions
|
@ -19,10 +19,6 @@ lint_off -msg DECLFILENAME -file "*/rtl/ibex_register_file_ff.sv"
|
|||
lint_off -msg DECLFILENAME -file "*/rtl/ibex_register_file_latch.sv"
|
||||
lint_off -msg DECLFILENAME -file "*/rtl/ibex_register_file_fpga.sv"
|
||||
|
||||
// Bits of signal are not used: boot_addr_i[7:0]
|
||||
// Boot address is 256B aligned, cleaner to pass all bits in
|
||||
lint_off -msg UNUSED -file "*/rtl/ibex_if_stage.sv" -lines 40
|
||||
|
||||
// Bits of signal are not used: fetch_addr_n[0]
|
||||
// cleaner to write all bits even if not all are used
|
||||
lint_off -msg UNUSED -file "*/rtl/ibex_if_stage.sv" -lines 83
|
||||
|
@ -50,13 +46,11 @@ lint_off -msg UNUSED -file "*/rtl/ibex_register_file_fpga.sv" -lines 22
|
|||
|
||||
// Signal is not used: clk_i
|
||||
// leaving clk and reset connected in-case we want to add assertions
|
||||
lint_off -msg UNUSED -file "*/rtl/ibex_pmp.sv" -lines 15
|
||||
lint_off -msg UNUSED -file "*/rtl/ibex_compressed_decoder.sv" -lines 17
|
||||
lint_off -msg UNUSED -file "*/rtl/ibex_decoder.sv" -lines 24
|
||||
|
||||
// Signal is not used: rst_ni
|
||||
// leaving clk and reset connected in-case we want to add assertions
|
||||
lint_off -msg UNUSED -file "*/rtl/ibex_pmp.sv" -lines 19
|
||||
lint_off -msg UNUSED -file "*/rtl/ibex_compressed_decoder.sv" -lines 18
|
||||
lint_off -msg UNUSED -file "*/rtl/ibex_decoder.sv" -lines 25
|
||||
lint_off -msg UNUSED -file "*/rtl/ibex_register_file_fpga.sv" -lines 20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue