// DESCRIPTION: Verilator output: Waivers generated with --waiver-output `verilator_config // Below are suggested waivers. You have three options: // 1. Fix the reason for the linter warning in the Verilog sources // 2. Keep the waiver permanently if you are sure it is okay // 3. Keep the waiver temporarily to suppress the output // lint_off -rule UNUSEDSIGNAL -file "*t/t_waiveroutput.v" -match "Signal is not used: 'width_warn'*reg width_warn = 2'b11;*"