2019-07-12 00:49:35 +00:00
|
|
|
%Error: t/t_lint_rsvd_bad.v:6: Unsupported: Verilog 2001-config reserved word not implemented: 'config'
|
2019-07-15 01:42:03 +00:00
|
|
|
config cfgBad;
|
|
|
|
^~~~~~
|
2019-07-12 00:49:35 +00:00
|
|
|
%Error: t/t_lint_rsvd_bad.v:6: syntax error, unexpected IDENTIFIER
|
2019-07-15 01:42:03 +00:00
|
|
|
config cfgBad;
|
|
|
|
^~~~~~
|
2019-07-12 00:49:35 +00:00
|
|
|
%Error: t/t_lint_rsvd_bad.v:7: 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
|