V
valtih1978
Guest
The reference http://www.asic-world.com/verilog/vqref1.html simply says
that $timeformat(unit#, prec#, "unit", minwidth)
I tried $timeformat(-3, 0, "ms", 0) and got seconds printed with suffix
'ms' instead milliseconds. IMO, seconds should have unit# = 0. I read
the newsgroup suggestion to use $timeformat ("-9, 0, " ns", 5)
http://groups.google.com/d/msg/comp.lang.verilog/wvb3pH61XR8/xOwC4JAOcpsJ So,
it tells that -9 corresponds to nanoseconds, so -3 must be ms. Why does
Modelsim violate the common sense and comp.lang.verilog understanding of
Verilog specification?
that $timeformat(unit#, prec#, "unit", minwidth)
I tried $timeformat(-3, 0, "ms", 0) and got seconds printed with suffix
'ms' instead milliseconds. IMO, seconds should have unit# = 0. I read
the newsgroup suggestion to use $timeformat ("-9, 0, " ns", 5)
http://groups.google.com/d/msg/comp.lang.verilog/wvb3pH61XR8/xOwC4JAOcpsJ So,
it tells that -9 corresponds to nanoseconds, so -3 must be ms. Why does
Modelsim violate the common sense and comp.lang.verilog understanding of
Verilog specification?