2020-03-21 16:24:24 +01:00
|
|
|
%Warning-SYMRSVDWORD: t/t_var_rsvd_port.v:12:10: Symbol matches C++ keyword: 'bool'
|
2020-04-04 02:07:46 +02:00
|
|
|
12 | input bool;
|
|
|
|
|
| ^~~~
|
2021-04-24 16:33:49 +02:00
|
|
|
... For warning description see https://verilator.org/warn/SYMRSVDWORD?v=latest
|
2019-05-31 02:30:59 +02:00
|
|
|
... Use "/* verilator lint_off SYMRSVDWORD */" and lint_on around source to disable this message.
|
2020-03-21 16:24:24 +01:00
|
|
|
%Warning-SYMRSVDWORD: t/t_var_rsvd_port.v:15:9: Symbol matches C++ keyword: 'switch'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2020-04-04 02:07:46 +02:00
|
|
|
15 | reg switch /*verilator public*/ ;
|
|
|
|
|
| ^~~~~~
|
2018-11-03 19:59:04 +01:00
|
|
|
%Error: Exiting due to
|