mirror of
https://github.com/verilator/verilator.git
synced 2025-04-15 17:16:55 +00:00
12 lines
565 B
Plaintext
12 lines
565 B
Plaintext
%Error-UNSUPPORTED: t/t_gen_defparam_bad.v:9:12: Unsupported: defparam with no dot
|
|
9 | id_15 = id_14;
|
|
| ^
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
|
%Error-UNSUPPORTED: t/t_gen_defparam_bad.v:11:18: Unsupported: defparam with no dot
|
|
11 | defparam id_8 = 1, id_9 = 1;
|
|
| ^
|
|
%Error-UNSUPPORTED: t/t_gen_defparam_bad.v:11:28: Unsupported: defparam with no dot
|
|
11 | defparam id_8 = 1, id_9 = 1;
|
|
| ^
|
|
%Error: Exiting due to
|