Timescale

svsim.CommonCompilationSettings.Timescale
See theTimescale companion object
case class Timescale(unit: Time, precision: Time)

A SystemVerilog timescale.

This is something that can be legally used as the argument of a `timescale directive.

Attributes

See also

1800-2023 Section 3.14

Companion
object
Source
Backend.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

final def tickPrecision: Double

Return a decimal represntation of one timescale precision in the units of one timescale unit.

Return a decimal represntation of one timescale precision in the units of one timescale unit.

Attributes

Source
Backend.scala
override def toString: String

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product