DFUnbounded

dfhdl.compiler.ir.DFUnbounded
sealed trait DFUnbounded extends DFType

Attributes

Graph
Supertypes
trait DFType
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
trait DFNothing
object DFNothing
trait DFPhysical[U]
trait DFFreq
object DFFreq
trait DFNumber
object DFNumber
trait DFTime
object DFTime
trait DFString
object DFString
trait DFUnit
object DFUnit
Show all

Members list

Type members

Inherited and Abstract types

type Data

Attributes

Inherited from:
DFType

Value members

Concrete methods

def bitsDataToData(data: (BitVector, BitVector))(using MemberGetSet): Data
def copyWithNewRefs(using RefGen): this.type
def dataToBitsData(data: Data)(using MemberGetSet): (BitVector, BitVector)
def isSimilarTo(that: DFType)(using MemberGetSet): Boolean
def noTypeErr: Nothing
protected def prot_=~(that: DFType)(using MemberGetSet): Boolean
def width(using MemberGetSet): Int

Inherited methods

final def =~(that: DFType)(using MemberGetSet): Boolean

Attributes

Inherited from:
HasRefCompare
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 and Abstract methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
DFType
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

Concrete fields

lazy val getRefs: List[TypeRef]