mirror of
https://github.com/verilator/verilator.git
synced 2025-01-07 15:17:36 +00:00
7 lines
458 B
Plaintext
7 lines
458 B
Plaintext
|
%Warning-NONSTD: t/t_sys_psprintf.v:21:13: Non-standard system function '$psprintf'; suggest use standard '$sformatf' (IEEE 1800-2023 21.3.3)
|
||
|
21 | str = $psprintf("n=%b q=%d w=%s", n, q, wide);
|
||
|
| ^~~~~~~~~
|
||
|
... For warning description see https://verilator.org/warn/NONSTD?v=latest
|
||
|
... Use "/* verilator lint_off NONSTD */" and lint_on around source to disable this message.
|
||
|
%Error: Exiting due to
|