Packages

abstract class ReadyValidIO[+T <: Data] extends Bundle

An I/O Bundle containing 'valid' and 'ready' signals that handshake the transfer of data stored in the 'bits' subfield. The base protocol implied by the directionality is that the producer uses the interface as-is (outputs bits) while the consumer uses the flipped interface (inputs bits). The actual semantics of ready/valid are enforced via the use of concrete subclasses.

Linear Supertypes
core.Bundle, core.Record, core.Aggregate, core.Data, NamedComponent, HasId, InstanceId, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReadyValidIO
  2. Bundle
  3. Record
  4. Aggregate
  5. Data
  6. NamedComponent
  7. HasId
  8. InstanceId
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReadyValidIO(gen: T)

    gen

    the type of data to be wrapped in Ready/Valid

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def :=(that: core.Data)(implicit sourceInfo: SourceInfo, connectionCompileOptions: CompileOptions): Unit
    Definition Classes
    Data
  4. final def <>(that: core.Data)(implicit sourceInfo: SourceInfo, connectionCompileOptions: CompileOptions): Unit
    Definition Classes
    Data
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. macro def asTypeOf[T <: core.Data](that: T): T
    Definition Classes
    Data
  8. final macro def asUInt(): core.UInt
    Definition Classes
    Data
  9. def binding_=(target: Binding): Unit
    Attributes
    protected
    Definition Classes
    Data
  10. val bits: T
  11. def circuitName: String
    Attributes
    protected
    Definition Classes
    HasId
  12. def className: String
    Definition Classes
    Bundle → Record
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  14. def cloneType: ReadyValidIO.this.type
    Definition Classes
    Bundle → Data
  15. def do_asTypeOf[T <: core.Data](that: T)(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): T
    Definition Classes
    Data
  16. def do_asUInt(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): core.UInt
    Definition Classes
    Aggregate → Data
  17. final lazy val elements: ListMap[String, core.Data]
    Definition Classes
    Bundle → Record
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(that: Any): Boolean
    Definition Classes
    HasId → AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def getElements: Seq[core.Data]
    Definition Classes
    Record → Aggregate
  23. final def getWidth: Int
    Definition Classes
    Data
  24. def hashCode(): Int
    Definition Classes
    HasId → AnyRef → Any
  25. def instanceName: String
    Definition Classes
    HasId → InstanceId
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isLit(): Boolean
    Definition Classes
    Data
  28. final def isWidthKnown: Boolean
    Definition Classes
    Data
  29. def litArg(): Option[LitArg]
    Definition Classes
    Data
  30. def litValue(): BigInt
    Definition Classes
    Data
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def parentModName: String
    Definition Classes
    HasId → InstanceId
  35. def parentPathName: String
    Definition Classes
    HasId → InstanceId
  36. def pathName: String
    Definition Classes
    HasId → InstanceId
  37. val ready: core.Bool
  38. def suggestName(name: ⇒ String): ReadyValidIO.this.type
    Definition Classes
    HasId
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. final def toNamed: ComponentName
    Definition Classes
    NamedComponent → InstanceId
  41. def toPrintable: core.Printable
    Definition Classes
    Bundle → Record → Data
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. val valid: core.Bool
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  47. final def widthOption: Option[Int]
    Definition Classes
    Data

Deprecated Value Members

  1. def toBits(implicit compileOptions: CompileOptions): core.UInt
    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    (Since version chisel3) Best alternative, .asUInt()

Inherited from core.Bundle

Inherited from core.Record

Inherited from core.Aggregate

Inherited from core.Data

Inherited from NamedComponent

Inherited from HasId

Inherited from InstanceId

Inherited from AnyRef

Inherited from Any

Ungrouped