Packages

o

chisel3

UnknownWidth

case object UnknownWidth extends Width with Product with Serializable

Source
Width.scala
Linear Supertypes
Serializable, Product, Equals, Width, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnknownWidth
  2. Serializable
  3. Product
  4. Equals
  5. Width
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type W = Int
    Definition Classes
    Width

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(that: Int): Width
    Definition Classes
    Width
  4. def +(that: Width): Width
    Definition Classes
    Width
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def dynamicShiftLeft(that: Width): Width
    Definition Classes
    Width
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. def get: Int
    Definition Classes
    UnknownWidthWidth
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def known: Boolean
    Definition Classes
    UnknownWidthWidth
  16. def max(that: Width): Width
    Definition Classes
    Width
  17. def min(that: Width): Width
    Definition Classes
    Width
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def op(that: Width, f: (W, W) => W): Width
    Definition Classes
    UnknownWidthWidth
  22. def productElementName(n: Int): String
    Definition Classes
    Product
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. def signedShiftRight(that: Int): Width
    Definition Classes
    Width
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    UnknownWidth → AnyRef → Any
  27. def unsignedShiftRight(that: Int): Width
    Definition Classes
    Width
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def apply(): UnknownWidth.type
    Annotations
    @deprecated
    Deprecated

    (Since version Chisel 7.0) UnknownWidth is now a case object, remove the parentheses

  2. def shiftRight(that: Int): Width
    Definition Classes
    Width
    Annotations
    @deprecated
    Deprecated

    (Since version Chisel 7.0.0) The width of shift-right now differs by type, use unsignedShiftRight and signedShiftRight

  3. def unapply(x: UnknownWidth.type): Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version Chisel 7.0) UnknownWidth is now a case object, remove the parentheses

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Width

Inherited from AnyRef

Inherited from Any

Ungrouped