DFDecimal

dfhdl.compiler.ir.DFDecimal
See theDFDecimal companion object
final case class DFDecimal(signed: Boolean, width: Int, fractionWidth: 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 = Option[BigInt]

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 magnitudeWidth: Int