Design

dfhdl.core.Design
See theDesign companion object
trait Design extends HasClsMetaArgs

Attributes

Companion
object
Graph
Supertypes
trait HasClsMetaArgs
trait HasDFC
trait OnCreateEvents
class Object
trait Matchable
class Any
Show all
Known subtypes
class MetaDesign[D]
class DFDesign
class EDDesign
class EDBlackBox
class RTDesign

Members list

Type members

Inherited and Abstract types

type This <: Container

Attributes

Inherited from:
Container (hidden)

Value members

Concrete methods

final override def onCreateEnd(thisOwner: Option[This]): Unit

Attributes

Definition Classes
OnCreateEvents
final override def onCreateStartLate: Unit

Attributes

Definition Classes
OnCreateEvents

Inherited methods

protected def `__clsMetaArgs`: ClsMetaArgs

Attributes

Inherited from:
HasClsMetaArgs
protected def `__dfc`: DFC

Attributes

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

Attributes

Inherited from:
OnCreateEvents
def onCreateStart: Unit

Attributes

Inherited from:
OnCreateEvents

Inherited fields

final lazy val dfc: DFC

Attributes

Inherited from:
Container (hidden)

Givens

Inherited givens

protected given given_DFC: DFC

Attributes

Inherited from:
HasDFC