2020-03-21 16:24:24 +01:00
|
|
|
%Error: t/t_pp_underline_bad.v:8:4: Extra underscore in meta-comment; use /*verilator {...}*/ not /*verilator_{...}*/
|
2020-04-04 02:07:46 +02:00
|
|
|
8 | // verilator_no_inline_module
|
|
|
|
|
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2024-07-28 20:18:24 +02:00
|
|
|
%Error: t/t_pp_underline_bad.v:10:19: Extra underscore in meta-comment; use /*synopsys {...}*/ not /*synopsys_{...}*/
|
|
|
|
|
10 | case (1'b1) // synopsys_full_case
|
|
|
|
|
| ^~~~~~~~~~~~~~~~~~~~~
|
2020-06-07 16:10:20 +02:00
|
|
|
%Error: t/t_pp_underline_bad.v:8:4: Unknown verilator comment: '/*verilator _no_inline_module*/'
|
2020-04-04 02:07:46 +02:00
|
|
|
8 | /*verilator _no_inline_module*/
|
|
|
|
|
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2019-06-13 03:49:40 +02:00
|
|
|
%Error: Exiting due to
|