Width

firrtl.ir.Width
abstract class Width extends FirrtlNode

Attributes

Deprecated
[Since version Chisel 7.0.0] All APIs in package firrtl are deprecated.
Source
IR.scala
Graph
Supertypes
class FirrtlNode
class Object
trait Matchable
class Any
Known subtypes
class IntWidth
object UnknownWidth

Members list

Value members

Concrete methods

def +(x: Width): Width

Attributes

Source
IR.scala
def -(x: Width): Width

Attributes

Source
IR.scala
def max(x: Width): Width

Attributes

Source
IR.scala
def min(x: Width): Width

Attributes

Source
IR.scala

Inherited and Abstract methods

def serialize: String

Attributes

Inherited from:
FirrtlNode
Source
IR.scala