svsim.CommonCompilationSettings.Timescale.Time
Represnts a Verilog notion of time. This includes both a magnitude (the time value) as well as the units.
Attributes
Source
Backend.scala
Graph
Reset zoom Hide graph Show graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Return the time in femtoseconds.
Return the time in femtoseconds.
Femtoseconds are the unit because this is the smallest unit of time that Verilog represents. I.e., this is sufficient to represent any time that Verilator understands without resorting to imprecise floats.
Attributes
Source
Backend.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
Returns
a string representation of the object.
Definition Classes
Any
Source
Backend.scala
Attributes
Inherited from:
Product
Attributes
Inherited from:
Product