chisel3.KnownWidth
See theKnownWidth companion object
sealed case class KnownWidth extends Width
Attributes
- Companion
- object
- Source
- Width.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Widthclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Inherited types
Attributes
- Inherited from:
- Width
- Source
- Width.scala
Value members
Deprecated constructors
Attributes
- Deprecated
-
[Since version Chisel 7.0]Use the companion object appy method (remove the \"new\") - Source
- Width.scala
Concrete methods
Attributes
- Source
- Width.scala
Attributes
- Source
- Width.scala
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
Attributes
- Inherited from:
- Width
- Source
- Width.scala
Attributes
- Inherited from:
- Width
- Source
- Width.scala
Attributes
- Inherited from:
- Width
- Source
- Width.scala
Attributes
- Inherited from:
- Width
- Source
- Width.scala
Attributes
- Inherited from:
- Width
- Source
- Width.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Width
- Source
- Width.scala
Attributes
- Inherited from:
- Width
- Source
- Width.scala
Deprecated and Inherited methods
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
In this article