NamedDFType

dfhdl.compiler.ir.NamedDFType
sealed trait NamedDFType extends DFType, NamedGlobal

Attributes

Graph
Supertypes
trait NamedGlobal
trait DFType
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class DFEnum
class DFOpaque
class DFStruct

Members list

Type members

Inherited types

type Data

Attributes

Inherited from:
DFType

Value members

Inherited methods

def bitsDataToData(data: (BitVector, BitVector)): Data

Attributes

Inherited from:
DFType
def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
DFType
def dataToBitsData(data: Data): (BitVector, BitVector)

Attributes

Inherited from:
DFType
def getName(using getSet: MemberGetSet): String

Attributes

Inherited from:
NamedGlobal
def isDataBubble(data: Data): Boolean

Attributes

Inherited from:
DFType
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product

Inherited fields

protected val name: String

Attributes

Inherited from:
NamedGlobal
val width: Int

Attributes

Inherited from:
DFType