1
0
mirror of https://github.com/verilator/verilator.git synced 2025-04-09 06:02:40 +00:00
verilator/test_regress/t/t_const_dec_mixed_bad.out

5 lines
214 B
Plaintext

%Error: t/t_const_dec_mixed_bad.v:9:30: Mixing X/Z/? with digits not legal in decimal constant: x_1
9 | parameter [200:0] MIXED = 32'dx_1;
| ^~~~~~~
%Error: Exiting due to