UnknownWidth

chisel3.UnknownWidth
case object UnknownWidth extends Width

Attributes

Source
Width.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Width
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type W = Int

Attributes

Inherited from:
Width
Source
Width.scala

Inherited and Abstract types

type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

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

Deprecated methods

def apply(): UnknownWidth.type

Attributes

Deprecated
[Since version Chisel 7.0] UnknownWidth is now a case object, remove the parentheses
Source
Width.scala
def unapply(x: UnknownWidth.type): Boolean

Attributes

Deprecated
[Since version Chisel 7.0] UnknownWidth is now a case object, remove the parentheses
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 fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
Source
Mirror.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