CommonOps

dfhdl.internals.CommonOps$
object CommonOps

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CommonOps.type

Members list

Extensions

Extensions

extension [T](list: Iterable[T])(list: Iterable[T])(using CanEqual[T, T])
def reduceTree(f: (T, T) => T): T
extension (value: BigInt)(value: BigInt)
def asUnsigned(ofWidth: Int): BigInt
def asUnsigned: BigInt
def bitsWidth(signed: Boolean): Int
def toBitVector(width: Int): BitVector
extension (value: Int)(value: Int)
def bitsWidth(signed: Boolean): Int
extension (value: BigInt)(value: BigInt)
def maxSignedFromWidth(width: Int): BigInt
def maxUnsignedFromWidth(width: Int): BigInt
def minSignedFromWidth(width: Int): BigInt
extension (value: Int)(value: Int)
def toBitVector(width: Int): BitVector
def toPaddedString(maxValue: Int): String
extension (value: Boolean)(value: Boolean)
def toBitVector(width: Int): BitVector