2020-03-21 16:24:24 +01:00
|
|
|
%Warning-WIDTH: t/t_const_bad.v:13:39: Unsized constant being X/Z extended to 68 bits: ?32?bxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
2020-03-15 03:02:42 +01:00
|
|
|
: ... In instance t
|
2020-04-04 02:07:46 +02:00
|
|
|
13 | if (68'hx_xxxxxxxx_xxxxxxxx !== 'dX) $stop;
|
|
|
|
|
| ^~~
|
2019-05-31 02:30:59 +02:00
|
|
|
... Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
|
2020-03-21 16:24:24 +01:00
|
|
|
%Warning-WIDTH: t/t_const_bad.v:14:39: Unsized constant being X/Z extended to 68 bits: ?32?bzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
|
2020-03-15 03:02:42 +01:00
|
|
|
: ... In instance t
|
2020-04-04 02:07:46 +02:00
|
|
|
14 | if (68'hz_zzzzzzzz_zzzzzzzz !== 'dZ) $stop;
|
|
|
|
|
| ^~~
|
2020-03-21 16:24:24 +01:00
|
|
|
%Warning-WIDTH: t/t_const_bad.v:15:39: Unsized constant being X/Z extended to 68 bits: ?32?bzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
|
2020-03-15 03:02:42 +01:00
|
|
|
: ... In instance t
|
2020-04-04 02:07:46 +02:00
|
|
|
15 | if (68'h?_????????_???????? !== 'd?) $stop;
|
|
|
|
|
| ^~~
|
2019-05-08 03:57:38 +02:00
|
|
|
%Error: Exiting due to
|