Magnitude

svsim.CommonCompilationSettings.Timescale.Magnitude
object Magnitude

Represents legal magnitudes for Verilog times.

These must be exactly 1, 10, or 100.

Attributes

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

Members list

Type members

Classlikes

case object Hundred extends Type

Attributes

Source
Backend.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Type
class Object
trait Matchable
class Any
Show all
Self type
Hundred.type
case object One extends Type

Attributes

Source
Backend.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Type
class Object
trait Matchable
class Any
Show all
Self type
One.type
case object Ten extends Type

Attributes

Source
Backend.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Type
class Object
trait Matchable
class Any
Show all
Self type
Ten.type
sealed trait Type

Attributes

Source
Backend.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Hundred
object One
object Ten
Self type
Singleton