DomainContainer

dfhdl.core.DomainContainer
abstract class DomainContainer[D <: DomainType](domainType: D)

Attributes

Graph
Supertypes
trait ContainerOps
trait HasDFC
trait OnCreateEvents
class Object
trait Matchable
class Any
Show all
Known subtypes
class DFDesign
class DFDomain
class EDDesign
class EDBlackBox
class QsysIP
class EDDomain
class RTDesign
class RTDomain
class RTDomain.this.RelatedDomain
class RTDesign.this.RelatedDomain
Show all

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)
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

Givens

protected given given_TDomain: TDomain

Inherited givens

protected given given_DFC: DFC

Attributes

Inherited from:
HasDFC