2023-09-14 13:22:49 +02:00
|
|
|
%Warning-CASEOVERLAP: t/t_param_scope_bad.v:28:9: Case conditions overlap
|
2020-04-04 02:07:46 +02:00
|
|
|
28 | 2'h2: $stop;
|
|
|
|
|
| ^~~~
|
2023-09-14 13:22:49 +02:00
|
|
|
t/t_param_scope_bad.v:27:9: ... Location of overlapping condition
|
|
|
|
|
27 | CASEVAL: ;
|
|
|
|
|
| ^~~~~~~
|
2021-04-24 16:33:49 +02:00
|
|
|
... For warning description see https://verilator.org/warn/CASEOVERLAP?v=latest
|
2019-05-31 02:30:59 +02:00
|
|
|
... Use "/* verilator lint_off CASEOVERLAP */" and lint_on around source to disable this message.
|
2019-05-14 01:31:24 +02:00
|
|
|
%Error: Exiting due to
|