RTDomainContainer

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

Attributes

Graph
Supertypes
trait HasDFC
trait OnCreateEvents
class Object
trait Matchable
class Any
Show all
Known subtypes
class RTDesign
class RTDomain

Members list

Type members

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)
final def onCreate(thisOwner: Option[Any]): OnCreateEvents.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

Concrete fields

lazy protected val Clk: DFOpaque[Clk]
lazy protected val Rst: DFOpaque[Rst]

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