2020-03-21 16:24:24 +01:00
|
|
|
%Error: t/t_var_bad_sv.v:8:8: Unexpected 'do': 'do' is a SystemVerilog keyword misused as an identifier.
|
2023-01-05 23:59:51 +01:00
|
|
|
: ... Suggest modify the Verilog-2001 code to avoid SV keywords, or use `begin_keywords or --language.
|
2020-04-04 02:07:46 +02:00
|
|
|
8 | reg do;
|
|
|
|
|
| ^~
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2020-03-21 16:24:24 +01:00
|
|
|
%Error: t/t_var_bad_sv.v:9:14: Unexpected 'do': 'do' is a SystemVerilog keyword misused as an identifier.
|
2020-04-04 02:07:46 +02:00
|
|
|
9 | mod mod (.do(bar));
|
|
|
|
|
| ^~
|
2020-06-07 19:45:50 +02:00
|
|
|
%Error: t/t_var_bad_sv.v:9:16: syntax error, unexpected '(', expecting ')'
|
2020-04-04 02:07:46 +02:00
|
|
|
9 | mod mod (.do(bar));
|
2020-06-07 19:45:50 +02:00
|
|
|
| ^
|
2018-11-03 19:59:04 +01:00
|
|
|
%Error: Exiting due to
|