mirror of
https://github.com/verilator/verilator.git
synced 2026-08-30 17:51:59 +02:00
`$psprintf` is a non-standard system function present in some other simulators, and has been rejected for standardization by IEEE because of being basically the same as `$sformatf`. To encourage users to fix their codebase, a warning is emitted by default, but it gets otherwise interpreted as `$sformatf` as early as during lexing. Signed-off-by: Arkadiusz Kozdra <[email protected]> * wording/formatting Signed-off-by: Arkadiusz Kozdra <[email protected]> --------- Signed-off-by: Arkadiusz Kozdra <[email protected]>