mirror of
https://github.com/verilator/verilator.git
synced 2025-01-09 08:07:46 +00:00
11 lines
378 B
Plaintext
11 lines
378 B
Plaintext
%Error: t/t_lint_rsvd_bad.v:6:1: Unsupported: Verilog 2001-config reserved word not implemented: 'config'
|
|
config cfgBad;
|
|
^~~~~~
|
|
%Error: t/t_lint_rsvd_bad.v:6:8: syntax error, unexpected IDENTIFIER
|
|
config cfgBad;
|
|
^~~~~~
|
|
%Error: t/t_lint_rsvd_bad.v:7:1: Unsupported: Verilog 2001-config reserved word not implemented: 'endconfig'
|
|
endconfig
|
|
^~~~~~~~~
|
|
%Error: Exiting due to
|