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