DFStruct

dfhdl.compiler.ir.DFStruct
See theDFStruct companion object
final case class DFStruct(name: String, fieldMap: ListMap[String, DFType]) extends NamedDFType

Attributes

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

Members list

Type members

Types

type Data = List[Any]

Value members

Concrete methods

def bitsDataToData(data: (BitVector, BitVector)): Data
def dataToBitsData(data: Data): (BitVector, BitVector)
def fieldRelBitLow(fieldName: String): Int
def getNameForced: String
def isDataBubble(data: Data): Boolean
def isTuple: Boolean
Extension method from DFStruct

Inherited methods

def getName(using getSet: MemberGetSet): String

Attributes

Inherited from:
NamedGlobal
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val fieldPosMap: Map[String, Int]
val width: Int