verilator/test_regress/t/t_math_shift_over_bad.out
2019-08-04 14:14:28 -04:00

6 lines
272 B
Plaintext

%Error: t/t_math_shift_over_bad.v:18: Value too wide for 32-bits expected in this context 64'h123456789abcdef
: ... In instance t
assign o = i << 64'h01234567_89abcdef;
^~~~~~~~~~~~~~~~~~~~~
%Error: Exiting due to