c

testchipip.util

ClockedAndResetIO

class ClockedAndResetIO[T <: Data] extends Bundle

Linear Supertypes
Bundle, Record, Selectable, Aggregate, Data, DataIntf, SourceInfoDoc, NamedComponent, HasId, InstanceId, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClockedAndResetIO
  2. Bundle
  3. Record
  4. Selectable
  5. Aggregate
  6. Data
  7. DataIntf
  8. SourceInfoDoc
  9. NamedComponent
  10. HasId
  11. InstanceId
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ClockedAndResetIO(gen: T)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def :=(that: => Data)(implicit sourceInfo: SourceInfo): Unit
    Definition Classes
    Data
  4. final def <>(that: => Data)(implicit sourceInfo: SourceInfo): Unit
    Definition Classes
    Data
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def _asUIntImpl(implicit sourceInfo: SourceInfo): UInt
    Attributes
    protected
    Definition Classes
    Data
  7. def _cloneTypeImpl: Record
    Attributes
    protected
    Definition Classes
    Record
  8. def _elementsImpl: Iterable[(String, Any)]
    Attributes
    protected
    Definition Classes
    Bundle
  9. def _fromUInt(that: UInt)(implicit sourceInfo: SourceInfo): Data
    Attributes
    protected
    Definition Classes
    Aggregate → Data
  10. def _typeNameConParams: Iterable[Any]
    Attributes
    protected
    Definition Classes
    Record
  11. def _usingPlugin: Boolean
    Attributes
    protected
    Definition Classes
    Bundle
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. macro def asTypeOf[T <: Data](that: T): T
    Definition Classes
    DataIntf
  14. final macro def asUInt: UInt
    Definition Classes
    DataIntf
  15. def autoSeed(name: String): ClockedAndResetIO.this.type
    Definition Classes
    Data → HasId
  16. def binding: Option[Binding]
    Attributes
    protected[chisel3]
    Definition Classes
    Data
  17. def binding_=(target: Binding): Unit
    Attributes
    protected
    Definition Classes
    Data
  18. val bits: T
  19. def checkingLitOption(checkForDontCares: Boolean): Option[BigInt]
    Attributes
    protected
    Definition Classes
    Aggregate
  20. def className: String
    Definition Classes
    Bundle → Record
  21. val clock: Clock
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  23. def cloneType: ClockedAndResetIO.this.type
    Definition Classes
    Record → Data
  24. def containsAFlipped: Boolean
    Definition Classes
    Record → Data
  25. def do_asTypeOf[T <: Data](that: T)(implicit sourceInfo: SourceInfo): T
    Definition Classes
    DataIntf
  26. def do_asUInt(implicit sourceInfo: SourceInfo): UInt
    Definition Classes
    DataIntf
  27. final lazy val elements: SeqMap[String, Data]
    Definition Classes
    Bundle → Record
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(that: Any): Boolean
    Definition Classes
    HasId → AnyRef → Any
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  31. def getElements: Seq[Data]
    Definition Classes
    Record → Aggregate
  32. final def getWidth: Int
    Definition Classes
    Data
  33. def hasSeed: Boolean
    Definition Classes
    HasId
  34. def hashCode(): Int
    Definition Classes
    HasId → AnyRef → Any
  35. def ignoreSeq: Boolean
    Definition Classes
    Bundle
  36. def instanceName: String
    Definition Classes
    HasId → InstanceId
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. def isLit: Boolean
    Definition Classes
    Data
  39. final def isWidthKnown: Boolean
    Definition Classes
    Data
  40. def litOption: Option[BigInt]
    Definition Classes
    Aggregate → Data
  41. def litValue: BigInt
    Definition Classes
    Aggregate → Data
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  45. def parentModName: String
    Definition Classes
    HasId → InstanceId
  46. def parentPathName: String
    Definition Classes
    HasId → InstanceId
  47. def pathName: String
    Definition Classes
    HasId → InstanceId
  48. val reset: Reset
  49. def suggestName(seed: => String): ClockedAndResetIO.this.type
    Definition Classes
    HasId
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. final def toAbsoluteTarget: ReferenceTarget
    Definition Classes
    NamedComponent → InstanceId
  52. final def toNamed: ComponentName
    Definition Classes
    NamedComponent → InstanceId
  53. def toPrintable: Printable
    Definition Classes
    Bundle → Record → Data
  54. final def toRelativeTarget(root: Option[BaseModule]): ReferenceTarget
    Definition Classes
    NamedComponent
  55. final def toRelativeTargetToHierarchy(root: Option[Hierarchy[BaseModule]]): ReferenceTarget
    Definition Classes
    NamedComponent
  56. def toString(): String
    Definition Classes
    Record → AnyRef → Any
  57. final def toTarget: ReferenceTarget
    Definition Classes
    NamedComponent → InstanceId
  58. def typeName: String
    Definition Classes
    Data
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  62. final def widthOption: Option[Int]
    Definition Classes
    Data

Deprecated Value Members

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

    (Since version 9)

Inherited from Bundle

Inherited from Record

Inherited from Selectable

Inherited from Aggregate

Inherited from Data

Inherited from DataIntf

Inherited from SourceInfoDoc

Inherited from NamedComponent

Inherited from HasId

Inherited from InstanceId

Inherited from AnyRef

Inherited from Any

Ungrouped