2019-06-15 11:43:45 +00:00
|
|
|
%Error: t/t_math_shift_over_bad.v:18: Value too wide for 32-bits expected in this context 64'h123456789abcdef
|
2019-07-15 01:42:03 +00:00
|
|
|
assign o = i << 64'h01234567_89abcdef;
|
|
|
|
^~~~~~~~~~~~~~~~~~~~~
|
2019-06-15 11:43:45 +00:00
|
|
|
%Error: Exiting due to
|