Class/Object

spinal.lib

Counter

Related Docs: object Counter | package lib

Permalink

class Counter extends ImplicitArea[UInt]

Linear Supertypes
ImplicitArea[UInt], Area, OverridedEqualsHashCode, ValCallbackRec, ValCallback, NameableByComponent, Nameable, ContextUser, ScalaLocated, GlobalDataUser, OwnableRef, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Counter
  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 Counter(start: BigInt, end: BigInt)

    Permalink

Type Members

  1. abstract type RefOwnerType

    Permalink
    Definition Classes
    OwnableRef

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val _context: Capture

    Permalink
    Definition Classes
    Area
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def childNamePriority: Byte

    Permalink
    Definition Classes
    Area
  7. def clear(): Unit

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. def component: Component

    Permalink
    Definition Classes
    ContextUser
  10. val end: BigInt

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  13. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Nameable
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. def getDisplayName(): String

    Permalink
    Definition Classes
    Nameable
  16. def getInstanceCounter: Int

    Permalink
    Definition Classes
    ContextUser
  17. def getMode: Byte

    Permalink
    Attributes
    protected
    Definition Classes
    Nameable
  18. def getName(default: String): String

    Permalink
    Definition Classes
    NameableByComponent → Nameable
  19. def getName(): String

    Permalink
    Definition Classes
    NameableByComponent → Nameable
  20. def getPartialName(): String

    Permalink
    Definition Classes
    Nameable
  21. def getRefOwnersChain(): List[Any]

    Permalink
    Definition Classes
    OwnableRef
  22. def getScalaLocationLong: String

    Permalink
    Definition Classes
    ScalaLocated
  23. def getScalaLocationShort: String

    Permalink
    Definition Classes
    ScalaLocated
  24. def getScalaTrace(): Throwable

    Permalink
    Definition Classes
    ScalaLocated
  25. val globalData: GlobalData

    Permalink
    Definition Classes
    GlobalDataUser
  26. def hashCode(): Int

    Permalink
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  27. def implicitValue: UInt

    Permalink
    Definition Classes
    Counter → ImplicitArea
  28. def increment(): Unit

    Permalink
  29. def init(initValue: BigInt): Counter.this.type

    Permalink
  30. def isCompletelyUnnamed: Boolean

    Permalink
    Definition Classes
    Nameable
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def isNamed: Boolean

    Permalink
    Definition Classes
    NameableByComponent → Nameable
  33. def isPriorityApplicable(namePriority: Byte): Boolean

    Permalink
    Definition Classes
    Nameable
  34. def isUnnamed: Boolean

    Permalink
    Definition Classes
    Nameable
  35. var name: String

    Permalink
    Definition Classes
    Nameable
  36. var nameableRef: Nameable

    Permalink
    Attributes
    protected
    Definition Classes
    Nameable
  37. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  38. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  40. def overrideLocalName(name: String): Counter.this.type

    Permalink
    Definition Classes
    Nameable
  41. var parentScope: ScopeStatement

    Permalink
    Definition Classes
    ContextUser
  42. var refOwner: RefOwnerType

    Permalink
    Definition Classes
    OwnableRef
  43. def reflectNames(): Unit

    Permalink
    Definition Classes
    Nameable
  44. def rework[T](body: ⇒ T): T

    Permalink
    Definition Classes
    Area
  45. var scalaTrace: Throwable

    Permalink
    Definition Classes
    ScalaLocated
  46. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): Counter.this.type

    Permalink
    Definition Classes
    Nameable
  47. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): Counter.this.type

    Permalink
    Definition Classes
    Nameable
  48. def setCompositeName(nameable: Nameable, postfix: String): Counter.this.type

    Permalink
    Definition Classes
    Nameable
  49. def setCompositeName(nameable: Nameable, namePriority: Byte): Counter.this.type

    Permalink
    Definition Classes
    Nameable
  50. def setCompositeName(nameable: Nameable, weak: Boolean): Counter.this.type

    Permalink
    Definition Classes
    Nameable
  51. def setCompositeName(nameable: Nameable): Counter.this.type

    Permalink
    Definition Classes
    Nameable
  52. def setName(name: String, namePriority: Byte): Counter.this.type

    Permalink
    Definition Classes
    Nameable
  53. def setName(name: String, weak: Boolean): Counter.this.type

    Permalink
    Definition Classes
    Nameable
  54. def setName(name: String): Counter.this.type

    Permalink
    Definition Classes
    Nameable
  55. def setNameAsWeak(): Counter.this.type

    Permalink
    Definition Classes
    Nameable
  56. def setPartialName(name: String, namePriority: Byte, owner: Any): Counter.this.type

    Permalink
    Definition Classes
    Nameable
  57. def setPartialName(name: String, namePriority: Byte): Counter.this.type

    Permalink
    Definition Classes
    Nameable
  58. def setPartialName(name: String, weak: Boolean): Counter.this.type

    Permalink
    Definition Classes
    Nameable
  59. def setPartialName(owner: Nameable, name: String, namePriority: Byte): Counter.this.type

    Permalink
    Definition Classes
    Nameable
  60. def setPartialName(owner: Nameable, name: String, weak: Boolean): Counter.this.type

    Permalink
    Definition Classes
    Nameable
  61. def setPartialName(name: String): Counter.this.type

    Permalink
    Definition Classes
    Nameable
  62. def setPartialName(owner: Nameable, name: String): Counter.this.type

    Permalink
    Definition Classes
    Nameable
  63. def setRefOwner(that: Any): Unit

    Permalink
    Definition Classes
    OwnableRef
  64. def setScalaLocated(source: ScalaLocated): Counter.this.type

    Permalink
    Definition Classes
    ScalaLocated
  65. def setWeakName(name: String): Counter.this.type

    Permalink
    Definition Classes
    Nameable
  66. val start: BigInt

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

    Permalink
    Definition Classes
    AnyRef
  68. def toFlow(): Flow[UInt]

    Permalink

    Convert this stream to a flow.

    Convert this stream to a flow. It will send each value only once. It is "start inclusive, end exclusive". This means that the current value will only be sent if the counter increments.

  69. def toString(): String

    Permalink
    Definition Classes
    Area → Nameable → AnyRef → Any
  70. def unsetName(): Counter.this.type

    Permalink
    Definition Classes
    Nameable
  71. def valCallback[T](ref: T, name: String): T

    Permalink
    Definition Classes
    ValCallbackRec → ValCallback
  72. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit

    Permalink
    Definition Classes
    ValCallbackRec
  73. def valCallbackRec(obj: Any, name: String): Unit

    Permalink
    Definition Classes
    Area → ValCallbackRec
  74. val value: UInt

    Permalink
  75. val valueNext: UInt

    Permalink
  76. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. val willClear: Bool

    Permalink
  80. val willIncrement: Bool

    Permalink
  81. val willOverflow: Bool

    Permalink
  82. val willOverflowIfInc: Bool

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ImplicitArea[UInt]

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