2020-03-21 15:24:24 +00:00
|
|
|
%Warning-WIDTH: t/t_const_bad.v:13:39: Unsized constant being X/Z extended to 68 bits: ?32?bxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... In instance t
|
2020-04-04 00:07:46 +00:00
|
|
|
13 | 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.
|
2020-03-21 15:24:24 +00:00
|
|
|
%Warning-WIDTH: t/t_const_bad.v:14:39: Unsized constant being X/Z extended to 68 bits: ?32?bzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... In instance t
|
2020-04-04 00:07:46 +00:00
|
|
|
14 | if (68'hz_zzzzzzzz_zzzzzzzz !== 'dZ) $stop;
|
|
|
|
| ^~~
|
2020-03-21 15:24:24 +00:00
|
|
|
%Warning-WIDTH: t/t_const_bad.v:15:39: Unsized constant being X/Z extended to 68 bits: ?32?bzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... In instance t
|
2020-04-04 00:07:46 +00:00
|
|
|
15 | if (68'h?_????????_???????? !== 'd?) $stop;
|
|
|
|
| ^~~
|
2019-05-08 01:57:38 +00:00
|
|
|
%Error: Exiting due to
|