mirror of
https://github.com/verilator/verilator.git
synced 2025-01-31 18:54:03 +00:00
6 lines
302 B
Plaintext
6 lines
302 B
Plaintext
%Error: t/t_math_shift_over_bad.v:19:20: Value too wide for 32-bits expected in this context 64'h123456789abcdef
|
|
: ... note: In instance 't'
|
|
19 | assign o = i << 64'h01234567_89abcdef;
|
|
| ^~~~~~~~~~~~~~~~~~~~~
|
|
%Error: Exiting due to
|