DFXInt

dfhdl.compiler.ir.DFXInt
object DFXInt

Attributes

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

Members list

Value members

Concrete methods

def apply(signed: Boolean, width: IntParamRef, nativeType: NativeType): DFDecimal
def unapply(dfType: DFDecimal): Option[(Boolean, IntParamRef, NativeType)]