2020-06-10 01:20:16 +02:00
|
|
|
%Error-UNSUPPORTED: t/t_gen_defparam_unsup_bad.v:9:16: Unsupported: defparam with more than one dot
|
2020-05-22 03:31:15 +02:00
|
|
|
9 | defparam a.b.W = 3;
|
|
|
|
|
| ^
|
2021-04-24 16:33:49 +02:00
|
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
2020-05-22 03:31:15 +02:00
|
|
|
%Error: t/t_gen_defparam_unsup_bad.v:9:17: syntax error, unexpected IDENTIFIER, expecting ',' or ';'
|
|
|
|
|
9 | defparam a.b.W = 3;
|
|
|
|
|
| ^
|
|
|
|
|
%Error: Exiting due to
|