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".
16 lines
699 B
Plaintext
16 lines
699 B
Plaintext
:: In top.t
|
|
Time scale of t is 1s / 10ns
|
|
[6000000000] time%0d=60 123%0t=12300000000
|
|
dig%0t=500000000 dig%0d=5
|
|
rdig%0t=543210987 rdig%0f=5.432110
|
|
[60000000000.000000ns] time%0d=60 123%0t=123000000000.000000ns
|
|
dig%0t=5000000000.000000ns dig%0d=5
|
|
rdig%0t=5432109876.543210ns rdig%0f=5.432110
|
|
[60000000000.000000ns] stime%0t=60000000000.000000ns stime%0d=60 stime%0f=60.000000
|
|
[60000000000.000000ns] rtime%0t=60000000000.000000ns rtime%0d=60 rtime%0f=60.000000
|
|
global vpiSimTime = 1,1705032704 vpiScaledRealTime = 6e+09
|
|
global vpiTimeUnit = 0 vpiTimePrecision = -8
|
|
top.t vpiSimTime = 1,1705032704 vpiScaledRealTime = 60
|
|
top.t vpiTimeUnit = 0 vpiTimePrecision = -8
|
|
*-* All Finished *-*
|