mirror of
https://github.com/verilator/verilator.git
synced 2025-01-11 17:17:36 +00:00
22088c907f
Adjust the maximum number width to 64K. Add --max-num-width option to adjust this setting. Closes #2082
5 lines
213 B
Plaintext
5 lines
213 B
Plaintext
%Error: t/t_fuzz_negwidth_bad.v:8: Unsupported: Width of number exceeds implementation limit: 1231232312312312'd1 (IEEE 2017 6.9.1)
|
|
int c = 1231232312312312'd1;
|
|
^~~~~~~~~~~~~~~~~~~
|
|
%Error: Exiting due to
|