IntWidth

firrtl.ir.IntWidth
See theIntWidth companion class
object IntWidth

Positive Integer Bit Width of a GroundType

Attributes

Companion
class
Deprecated
[Since version Chisel 7.0.0] All APIs in package firrtl are deprecated.
Source
IR.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IntWidth.type

Members list

Value members

Concrete methods

def apply(width: BigInt): IntWidth

Attributes

Source
IR.scala
def unapply(w: IntWidth): Option[BigInt]

Attributes

Source
IR.scala