Chisel

Width

Related Docs: object Width | package Chisel

class Width extends Ordered[Width]

Linear Supertypes
Ordered[Width], Comparable[Width], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Width
  2. Ordered
  3. Comparable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Width(_width: Int)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def +(i: Int): Width

  4. def +(w: Width): Width

  5. def -(i: Int): Width

  6. def -(w: Width): Width

  7. def <(that: Width): Boolean

    Definition Classes
    Ordered
  8. def <=(that: Width): Boolean

    Definition Classes
    Ordered
  9. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def >(that: Width): Boolean

    Definition Classes
    Ordered
  11. def >=(that: Width): Boolean

    Definition Classes
    Ordered
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def binaryOp(op: String, operand: Width): Width

  14. def canEqual(other: Any): Boolean

  15. def clone(): Width

    Definition Classes
    Width → AnyRef
  16. def compare(that: Width): Int

    Definition Classes
    Width → Ordered
  17. def compareTo(that: Width): Int

    Definition Classes
    Ordered → Comparable
  18. def copy(w: Int = this.widthVal.get): Width

  19. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def equals(other: Any): Boolean

    Definition Classes
    Width → AnyRef → Any
  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. implicit def fromInt(i: Int): Width

  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Definition Classes
    Width → AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def isKnown: Boolean

  27. def max(that: Width): Width

  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. def needWidth(): Int

  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. def setWidth(w: Int): Unit

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    Width → AnyRef → Any
  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def widthOrValue(v: Int): Int

  39. def width_=(w: Int): Unit

Deprecated Value Members

  1. def width: Int

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3) Clients should not expect a Width is directly convertable to an Int

Inherited from Ordered[Width]

Inherited from Comparable[Width]

Inherited from AnyRef

Inherited from Any

Ungrouped