This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
verilator
mirror of
https://github.com/verilator/verilator.git
Watch
1
Star
0
Fork
You've already forked verilator
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
26a5729514
verilator
/
test_regress
/
t
/
t_flag_timescale.out
4 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix TIMESCALE warnings on primitives (#2763).
2021-01-23 16:31:27 +01:00
t: Time scale of t is 1ms / 1us
sub: Time scale of sub is 1s / 1us
Support IEEE time units and time precisions, #234. (#2253) 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".
2020-04-16 01:39:03 +02:00
*-* All Finished *-*