Packages

class CounterOH extends ImplicitArea[Bits]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CounterOH
  2. ImplicitArea
  3. Area
  4. OverridedEqualsHashCode
  5. ValCallbackRec
  6. ValCallback
  7. NameableByComponent
  8. Nameable
  9. ContextUser
  10. ScalaLocated
  11. GlobalDataUser
  12. OwnableRef
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CounterOH(stateCount: BigInt, initialValue: BigInt = 0)

Type Members

  1. abstract type RefOwnerType
    Definition Classes
    OwnableRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def !==(that: UInt): Bool
  3. def !==(that: BigInt): Bool
  4. def !==(that: Int): Bool
  5. def !==(that: Bits): Bool
  6. final def ##(): Int
    Definition Classes
    AnyRef → Any
  7. def =/=(that: UInt): Bool
  8. def =/=(that: BigInt): Bool
  9. def =/=(that: Int): Bool
  10. def =/=(that: Bits): Bool
  11. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def ===(that: UInt): Bool
  13. def ===(that: BigInt): Bool
  14. def ===(that: Int): Bool
  15. def ===(that: Bits): Bool
  16. val _context: Capture
    Definition Classes
    Area
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def childNamePriority: Byte
    Definition Classes
    Area
  19. def clear(): Unit
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  21. def component: Component
    Definition Classes
    ContextUser
  22. def decrement(): Unit
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  25. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  26. def freeRun(): CounterOH.this.type
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  28. def getDisplayName(): String
    Definition Classes
    Nameable
  29. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  30. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  31. def getName(default: String): String
    Definition Classes
    NameableByComponentNameable
  32. def getName(): String
    Definition Classes
    NameableByComponentNameable
  33. def getPartialName(): String
    Definition Classes
    Nameable
  34. def getPath(from: Component, to: Component): Seq[Component]
    Definition Classes
    NameableByComponent
  35. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  36. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  37. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  38. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  39. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  40. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  41. def implicitValue: Bits
    Definition Classes
    CounterOHImplicitArea
  42. def increment(): Unit
  43. def init(initValue: UInt): CounterOH.this.type
  44. def init(initValue: Bits): CounterOH.this.type
  45. def init(initValue: BigInt): CounterOH.this.type
  46. def init(initValue: Int): CounterOH.this.type
  47. val initialValue: BigInt
  48. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  49. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  50. final def isNamed: Boolean
    Definition Classes
    Nameable
  51. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  52. def isUnnamed: Boolean
    Definition Classes
    NameableByComponentNameable
  53. def load(index: UInt): Unit
  54. def load(index: Int): Unit
  55. def load(bits: Bits): Unit
  56. val name: String
    Definition Classes
    Nameable
  57. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  58. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  59. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  60. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  61. def overrideLocalName(name: String): CounterOH.this.type
    Definition Classes
    Nameable
  62. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  63. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  64. def reflectNames(): Unit
    Definition Classes
    Nameable
  65. def rework[T](body: ⇒ T): T
    Definition Classes
    Area
  66. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  67. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): CounterOH.this.type
    Definition Classes
    Nameable
  68. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): CounterOH.this.type
    Definition Classes
    Nameable
  69. def setCompositeName(nameable: Nameable, postfix: String): CounterOH.this.type
    Definition Classes
    Nameable
  70. def setCompositeName(nameable: Nameable, namePriority: Byte): CounterOH.this.type
    Definition Classes
    Nameable
  71. def setCompositeName(nameable: Nameable, weak: Boolean): CounterOH.this.type
    Definition Classes
    Nameable
  72. def setCompositeName(nameable: Nameable): CounterOH.this.type
    Definition Classes
    Nameable
  73. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): CounterOH.this.type
    Definition Classes
    Nameable
  74. def setName(name: String, namePriority: Byte): CounterOH.this.type
    Definition Classes
    Nameable
  75. def setName(name: String, weak: Boolean): CounterOH.this.type
    Definition Classes
    Nameable
  76. def setName(name: String): CounterOH.this.type
    Definition Classes
    Nameable
  77. def setNameAsWeak(): CounterOH.this.type
    Definition Classes
    Nameable
  78. def setPartialName(name: String, namePriority: Byte, owner: Any): CounterOH.this.type
    Definition Classes
    Nameable
  79. def setPartialName(name: String, namePriority: Byte): CounterOH.this.type
    Definition Classes
    Nameable
  80. def setPartialName(name: String, weak: Boolean): CounterOH.this.type
    Definition Classes
    Nameable
  81. def setPartialName(owner: Nameable, name: String, namePriority: Byte): CounterOH.this.type
    Definition Classes
    Nameable
  82. def setPartialName(owner: Nameable, name: String, weak: Boolean): CounterOH.this.type
    Definition Classes
    Nameable
  83. def setPartialName(name: String): CounterOH.this.type
    Definition Classes
    Nameable
  84. def setPartialName(owner: Nameable, name: String): CounterOH.this.type
    Definition Classes
    Nameable
  85. def setPartialName(owner: Nameable): CounterOH.this.type
    Definition Classes
    Nameable
  86. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  87. def setScalaLocated(source: ScalaLocated): CounterOH.this.type
    Definition Classes
    ScalaLocated
  88. def setWeakName(name: String): CounterOH.this.type
    Definition Classes
    Nameable
  89. val stateCount: BigInt
  90. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  91. def toFlow(): Flow[Bits]
  92. def toString(): String
    Definition Classes
    AreaNameable → AnyRef → Any
  93. def unsetName(): CounterOH.this.type
    Definition Classes
    Nameable
  94. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  95. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  96. def valCallbackRec(obj: Any, name: String): Unit
    Definition Classes
    AreaValCallbackRec
  97. val value: Bits
  98. val valueNext: Bits
  99. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  100. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  101. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  102. val willClear: Bool
  103. val willDecrement: Bool
  104. val willIncrement: Bool
  105. val willOverflow: Bool
  106. val willOverflowIfInc: Bool
  107. val willUnderflow: Bool
  108. val willUnderflowIfDec: Bool

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from ImplicitArea[Bits]

Inherited from Area

Inherited from OverridedEqualsHashCode

Inherited from ValCallbackRec

Inherited from ValCallback

Inherited from NameableByComponent

Inherited from Nameable

Inherited from ContextUser

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from OwnableRef

Inherited from AnyRef

Inherited from Any

Ungrouped