RTDomainContainer

dfhdl.core.RTDomainContainer
abstract class RTDomainContainer(cfg: RTDomainCfg) extends DomainContainer[RT]

Attributes

Graph
Supertypes
trait ContainerOps
trait HasDFC
trait OnCreateEvents
class Object
trait Matchable
class Any
Show all
Known subtypes
class RTDesign
class RTDomain
class RTDomain.this.RelatedDomain
class RTDesign.this.RelatedDomain

Members list

Type members

Classlikes

final case class Clk() extends Clk

Attributes

Supertypes
class Clk
class Magnet[DFBit]
class Frontend[DFBit]
trait Serializable
trait Product
trait Equals
trait HasTypeName
class Object
trait Matchable
class Any
Show all
final case class Rst() extends Rst

Attributes

Supertypes
class Rst
class Magnet[DFBit]
class Frontend[DFBit]
trait Serializable
trait Product
trait Equals
trait HasTypeName
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type This <: Container

Attributes

Inherited from:
Container (hidden)

Value members

Inherited methods

protected def `__dfc`: DFC

Attributes

Inherited from:
Container (hidden)
inline def java_wait(timeoutMillis: Long, nanos: Int): Unit

Attributes

Inherited from:
ContainerOps
inline def java_wait(timeoutMillis: Long): Unit

Attributes

Inherited from:
ContainerOps
inline def java_wait(): Unit

Attributes

Inherited from:
ContainerOps
final def onCreate(thisOwner: Option[Any]): this.type

Attributes

Inherited from:
OnCreateEvents
def onCreateEnd(thisOwner: Option[This]): Unit

Attributes

Inherited from:
OnCreateEvents
def onCreateStart: Unit

Attributes

Inherited from:
OnCreateEvents
def onCreateStartLate: Unit

Attributes

Inherited from:
OnCreateEvents
final def wait(lhs: Cycles)(using DFC, CYInRT): Unit

Attributes

Inherited from:
ContainerOps
final def wait(lhs: DFConstOf[DFTime])(using DFC): Unit

Attributes

Inherited from:
ContainerOps

Inherited fields

final lazy val dfc: DFC

Attributes

Inherited from:
Container (hidden)

Givens

Inherited givens

protected given given_DFC: DFC

Attributes

Inherited from:
HasDFC
protected given given_TDomain: TDomain

Attributes

Inherited from:
DomainContainer