DFFreq

dfhdl.compiler.ir.DFFreq
See theDFFreq companion trait
case object DFFreq extends DFFreq

Attributes

Companion
trait
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait DFFreq
trait DFPhysical[Unit]
trait DFUnbounded
trait DFType
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
DFFreq.type

Members list

Type members

Classlikes

enum Unit extends Unit, StableEnum

Attributes

Supertypes
trait StableEnum
trait Enum
trait Unit
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited classlikes

object Data

Attributes

Inherited from:
Companion (hidden)
Supertypes
class Object
trait Matchable
class Any
object Val

Attributes

Inherited from:
Companion (hidden)
Supertypes
class Object
trait Matchable
class Any

Inherited types

type Data = (BigDecimal, Unit)

Attributes

Inherited from:
DFPhysical
type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

Inherited and Abstract types

type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

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(using RefGen): DFUnbounded.this.type

Attributes

Inherited from:
DFUnbounded

Attributes

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

Attributes

Inherited from:
DFUnbounded
def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

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

Attributes

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

Givens

Givens

given given_ReadWriter_DFFreq_type: ReadWriter[DFFreq.type]