Timescale

svsim.CommonCompilationSettings.Timescale
See theTimescale companion class
object Timescale

Object that contains the implementation of SystemVerilog timescales.

Attributes

See also

1800-2023 Section 3.14

Companion
class
Source
Backend.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Timescale.type

Members list

Type members

Classlikes

object Magnitude

Represents legal magnitudes for Verilog times.

Represents legal magnitudes for Verilog times.

These must be exactly 1, 10, or 100.

Attributes

Source
Backend.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Magnitude.type
case class Time(magnitude: Type, unit: Type)

Represnts a Verilog notion of time. This includes both a magnitude (the time value) as well as the units.

Represnts a Verilog notion of time. This includes both a magnitude (the time value) as well as the units.

Attributes

Source
Backend.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait Type

Attributes

Source
Backend.scala
Supertypes
class Object
trait Matchable
class Any
object Unit

Represents legal units for Verilog times.

Represents legal units for Verilog times.

These are allowed to be femtoseconds up to and including seconds in SI units.

Attributes

Source
Backend.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Unit.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

A sane default timescale that allows for representing common, rounded clock frequencies.

A sane default timescale that allows for representing common, rounded clock frequencies.

Attributes

Source
Backend.scala