verilator/test_regress/t/t_gen_defparam_multi.out

9 lines
429 B
Plaintext
Raw Normal View History

%Error-UNSUPPORTED: t/t_gen_defparam_multi.v:12:16: Unsupported: defparam with no dot
12 | defparam PAR = 5;
| ^
2023-03-16 02:04:10 +01:00
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
%Error-UNSUPPORTED: t/t_gen_defparam_multi.v:28:19: Unsupported: defparam with arrayed instance
28 | defparam blk[i].u_m3.PAR3 = i;
| ^
2023-03-16 02:04:10 +01:00
%Error: Exiting due to