mirror of
https://github.com/verilator/verilator.git
synced 2025-01-10 00:27:35 +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".
11 lines
339 B
Plaintext
11 lines
339 B
Plaintext
[0] In top.t: Hi
|
|
Time scale of t is 1ns / 1ps
|
|
Time: ' 0' 10ns=10000
|
|
Time: ' 0-my-ms' 10ns=0-my-ms
|
|
Time: ' 0.0-my-ms' 10ns=0.0-my-ms
|
|
Time: ' 0.00-my-us' 10ns=0.01-my-us
|
|
Time: ' 0.000-my-ns' 10ns=10.000-my-ns
|
|
Time: ' 0.000-my-ps' 10ns=10000.000-my-ps
|
|
Time: ' 0.0000-my-fs' 10ns=10000000.0000-my-fs
|
|
*-* All Finished *-*
|