2020-05-26 20:38:14 +02:00
|
|
|
// DESCRIPTION: Verilator output: Waivers generated with --waiver-output
|
|
|
|
|
|
|
|
|
|
`verilator_config
|
|
|
|
|
|
|
|
|
|
// Below you find suggested waivers. You have three options:
|
|
|
|
|
// 1. Fix the reason for the linter warning
|
|
|
|
|
// 2. Keep the waiver permanently if you are sure this is okay
|
|
|
|
|
// 3. Keep the waiver temporarily to suppress the output
|
|
|
|
|
|
2023-02-03 00:25:25 +01:00
|
|
|
// lint_off -rule WIDTHTRUNC -file "*t/t_waiveroutput.v" -match "Operator ASSIGN expects 1 bits on the Assign RHS, but Assign RHS's CONST '2'h3' generates 2 bits."
|
2020-05-26 20:38:14 +02:00
|
|
|
|
2022-10-18 01:51:13 +02:00
|
|
|
// lint_off -rule UNUSEDSIGNAL -file "*t/t_waiveroutput.v" -match "Signal is not used: 'width_warn'"
|
2020-05-26 20:38:14 +02:00
|
|
|
|