Width

chisel3.Width
See theWidth companion object
sealed abstract class Width

Attributes

Companion
object
Source
Width.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class KnownWidth
object UnknownWidth

Members list

Type members

Types

type W = Int

Attributes

Source
Width.scala

Value members

Abstract methods

def get: W

Attributes

Source
Width.scala
def known: Boolean

Attributes

Source
Width.scala

Concrete methods

def +(that: Width): Width

Attributes

Source
Width.scala
def +(that: Int): Width

Attributes

Source
Width.scala

Attributes

Source
Width.scala
def max(that: Width): Width

Attributes

Source
Width.scala
def min(that: Width): Width

Attributes

Source
Width.scala
def signedShiftRight(that: Int): Width

Attributes

Source
Width.scala
def unsignedShiftRight(that: Int): Width

Attributes

Source
Width.scala

Deprecated methods

def shiftRight(that: Int): Width

Attributes

Deprecated
[Since version Chisel 7.0.0] The width of shift-right now differs by type, use unsignedShiftRight and signedShiftRight
Source
Width.scala