DFVector

dfhdl.compiler.ir.DFVector
See theDFVector companion object
final case class DFVector(cellType: DFType, cellDims: List[Int]) extends DFType

Attributes

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

Members list

Type members

Types

type Data = Vector[Any]

Value members

Concrete methods

def bitsDataToData(data: (BitVector, BitVector)): Data
def dataToBitsData(data: Data): (BitVector, BitVector)
def isDataBubble(data: Data): Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val width: Int