Resource

dfhdl.platforms.resources.Resource
See theResource companion object
trait Resource extends ResourceContext

Attributes

Companion
object
Graph
Supertypes
trait HasClsMetaArgs
trait HasDFC
trait OnCreateEvents
class Object
trait Matchable
class Any
Show all
Known subtypes
trait IO
class Pin
trait ResourceDeps
class Bank

Members list

Type members

Inherited and Abstract types

type This

Attributes

Inherited from:
OnCreateEvents

Value members

Inherited methods

protected def `__clsMetaArgs`: ClsMetaArgs

Attributes

Inherited from:
HasClsMetaArgs
protected def `__dfc`: DFC

Attributes

Inherited from:
ResourceContext
def getFullId: String

Attributes

Inherited from:
ResourceContext
def getResourceConstraints: List[Constraint]

Attributes

Inherited from:
ResourceContext
def getResourceType: String

Attributes

Inherited from:
ResourceContext
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
protected def setClsNamePos(name: String, position: Position, docOpt: Option[String], annotations: List[Annotation]): Unit

Attributes

Inherited from:
ResourceContext

Concrete fields

lazy val allSigConstraints: List[SigConstraint]

Inherited fields

final lazy val dfc: DFC

Attributes

Inherited from:
ResourceContext
final lazy val id: String

Attributes

Inherited from:
ResourceContext

Givens

Inherited givens

protected given given_DFC: DFC

Attributes

Inherited from:
HasDFC