mirror of
https://github.com/verilator/verilator.git
synced 2025-01-07 15:17:36 +00:00
d4f7f5297a
Includes `timescale, $printtimescale, $timeformat. VL_TIME_MULTIPLIER, VL_TIME_PRECISION, VL_TIME_UNIT have been removed and the time precision must now match the SystemC time precision. To get closer behavior to older versions, use e.g. --timescale-override "1ps/1ps".
6 lines
283 B
Plaintext
6 lines
283 B
Plaintext
%Error-TIMESCALEMOD: t/t_timescale_lint_bad.v:7:8: Timescale missing on this module as other modules have it (IEEE 1800-2017 3.14.2.2)
|
|
t/t_timescale_lint_bad.v:12:8: ... Location of module with timescale
|
|
12 | module t;
|
|
| ^
|
|
%Error: Exiting due to
|