DFPhysical

dfhdl.compiler.ir.DFPhysical
See theDFPhysical companion object
final case class DFPhysical(unit: Unit) extends DFUnbounded

Attributes

Companion
object
Graph
Supertypes
trait DFUnbounded
trait DFType
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type Data = (BigDecimal, Any)

Value members

Concrete methods

def isDataBubble(data: Data): Boolean

Inherited methods

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

Attributes

Inherited from:
HasRefCompare
def bitsDataToData(data: (BitVector, BitVector))(using MemberGetSet): Data

Attributes

Inherited from:
DFUnbounded
def copyWithNewRefs: DFUnbounded.this.type

Attributes

Inherited from:
DFUnbounded
def dataToBitsData(data: Data)(using MemberGetSet): (BitVector, BitVector)

Attributes

Inherited from:
DFUnbounded
def isSimilarTo(that: DFType)(using MemberGetSet): Boolean

Attributes

Inherited from:
DFUnbounded
def noTypeErr: Nothing

Attributes

Inherited from:
DFUnbounded
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
protected def prot_=~(that: DFType)(using MemberGetSet): Boolean

Attributes

Inherited from:
DFUnbounded
def width(using MemberGetSet): Int

Attributes

Inherited from:
DFUnbounded

Inherited fields

lazy val getRefs: List[TypeRef]

Attributes

Inherited from:
DFUnbounded