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