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