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