Device

dfhdl.platforms.devices.Device
trait Device extends Platform, Package

Attributes

Graph
Supertypes
trait Package
trait Platform
trait HasClsMetaArgs
trait HasDFC
trait OnCreateEvents
class Object
trait Matchable
class Any
Show all

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

Attributes

Inherited from:
ResourceOwner
def getFullId: String

Attributes

Inherited from:
ResourceContext
def getResourceConstraints: List[Constraint]

Attributes

Inherited from:
ResourceContext
def getResourceType: String

Attributes

Inherited from:
ResourceContext
def getResources: List[Resource]

Attributes

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

Attributes

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

Attributes

Definition Classes
ResourceOwner -> OnCreateEvents
Inherited from:
ResourceOwner
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

Abstract fields

lazy val deviceName: String
lazy val deviceVersion: String
lazy val partName: String
lazy val vendor: Vendor

Inherited fields

final lazy val dfc: DFC

Attributes

Inherited from:
ResourceContext
final lazy val id: String

Attributes

Inherited from:
ResourceContext

Inherited and Abstract fields

lazy val packageName: String

Attributes

Inherited from:
Package

Givens

Inherited givens

protected given given_DFC: DFC

Attributes

Inherited from:
HasDFC