mirror of
https://github.com/verilator/verilator.git
synced 2025-01-12 09:37:56 +00:00
9 lines
397 B
Plaintext
9 lines
397 B
Plaintext
%Warning-SYMRSVDWORD: t/t_var_rsvd_port.v:11: Symbol matches C++ keyword: 'bool'
|
|
input bool;
|
|
^~~~
|
|
... Use "/* verilator lint_off SYMRSVDWORD */" and lint_on around source to disable this message.
|
|
%Warning-SYMRSVDWORD: t/t_var_rsvd_port.v:14: Symbol matches C++ keyword: 'switch'
|
|
reg switch /*verilator public*/ ;
|
|
^~~~~~
|
|
%Error: Exiting due to
|