2020-03-15 02:02:42 +00:00
|
|
|
%Error: t/t_lint_rsvd_bad.v:6:1: Unsupported: Verilog 2001-config reserved word not implemented: 'config'
|
2019-07-15 01:42:03 +00:00
|
|
|
config cfgBad;
|
|
|
|
^~~~~~
|
2020-03-15 02:02:42 +00:00
|
|
|
%Error: t/t_lint_rsvd_bad.v:6:8: syntax error, unexpected IDENTIFIER
|
2019-07-15 01:42:03 +00:00
|
|
|
config cfgBad;
|
|
|
|
^~~~~~
|
2020-03-15 02:02:42 +00:00
|
|
|
%Error: t/t_lint_rsvd_bad.v:7:1: Unsupported: Verilog 2001-config reserved word not implemented: 'endconfig'
|
2019-07-15 01:42:03 +00:00
|
|
|
endconfig
|
|
|
|
^~~~~~~~~
|
2019-07-12 00:49:35 +00:00
|
|
|
%Error: Exiting due to
|