DFOwner

dfhdl.core.DFOwner
See theDFOwner companion object
final class DFOwner[+T <: DFOwner](val irValue: T | DFError) extends AnyVal, DFMember[T]

Attributes

Companion
object
Graph
Supertypes
trait DFMember[T]
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def ref(using ClassTag[T], DFC): OneWay[T]
Extension method from dfhdl.core

Inherited methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
DFMember -> Any
Inherited from:
DFMember

Concrete fields

val irValue: T | DFError