KnownWidth

chisel3.KnownWidth
See theKnownWidth companion object
sealed case class KnownWidth extends Width

Attributes

Companion
object
Source
Width.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Width
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

type W = Int

Attributes

Inherited from:
Width
Source
Width.scala

Value members

Deprecated constructors

def this(value: Int, dummy: Int = ...)

Attributes

Deprecated
[Since version Chisel 7.0] Use the companion object appy method (remove the \"new\")
Source
Width.scala

Concrete methods

def get: Int

Attributes

Source
Width.scala
def known: Boolean

Attributes

Source
Width.scala
def op(that: Width, f: (W, W) => W): Width

Attributes

Source
Width.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
Width.scala

Inherited methods

def +(that: Int): Width

Attributes

Inherited from:
Width
Source
Width.scala
def +(that: Width): Width

Attributes

Inherited from:
Width
Source
Width.scala

Attributes

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

Attributes

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

Attributes

Inherited from:
Width
Source
Width.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def signedShiftRight(that: Int): Width

Attributes

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

Attributes

Inherited from:
Width
Source
Width.scala

Deprecated and Inherited 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
Inherited from:
Width
Source
Width.scala