2023-02-02 23:25:25 +00:00
|
|
|
%Warning-WIDTHXZEXPAND: t/t_const_bad.v:13:39: Unsized constant being X/Z extended to 68 bits: ?32?bxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
|
|
: ... In instance t
|
2020-04-04 00:07:46 +00:00
|
|
|
13 | if (68'hx_xxxxxxxx_xxxxxxxx !== 'dX) $stop;
|
|
|
|
| ^~~
|
2023-02-02 23:25:25 +00:00
|
|
|
... For warning description see https://verilator.org/warn/WIDTHXZEXPAND?v=latest
|
|
|
|
... Use "/* verilator lint_off WIDTHXZEXPAND */" and lint_on around source to disable this message.
|
|
|
|
%Warning-WIDTHXZEXPAND: t/t_const_bad.v:14:39: Unsized constant being X/Z extended to 68 bits: ?32?bzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
|
|
|
|
: ... In instance t
|
2020-04-04 00:07:46 +00:00
|
|
|
14 | if (68'hz_zzzzzzzz_zzzzzzzz !== 'dZ) $stop;
|
|
|
|
| ^~~
|
2023-02-02 23:25:25 +00:00
|
|
|
%Warning-WIDTHXZEXPAND: t/t_const_bad.v:15:39: Unsized constant being X/Z extended to 68 bits: ?32?bzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
|
|
|
|
: ... 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
|