Class

chisel3.util

QueueIO

Related Doc: package util

Permalink

class QueueIO[T <: Data] extends Bundle

An I/O Bundle for Queues

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

Instance Constructors

  1. new QueueIO(gen: T, entries: Int)

    Permalink

    gen

    The type of data to queue

    entries

    The max number of entries in the queue.

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 :=(that: core.Data)(implicit sourceInfo: SourceInfo, connectionCompileOptions: CompileOptions): Unit

    Permalink
    Definition Classes
    Data
  4. final def <>(that: core.Data)(implicit sourceInfo: SourceInfo, connectionCompileOptions: CompileOptions): Unit

    Permalink
    Definition Classes
    Data
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. macro def asTypeOf[T <: core.Data](that: T): T

    Permalink
    Definition Classes
    Data
  8. final macro def asUInt(): core.UInt

    Permalink
    Definition Classes
    Data
  9. def binding_=(target: Binding): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Data
  10. def className: String

    Permalink
    Definition Classes
    Bundle → Record
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def cloneType: QueueIO.this.type

    Permalink
    Definition Classes
    QueueIO → Bundle → Data
  13. val count: core.UInt

    Permalink

    The current amount of data in the queue

  14. val deq: DecoupledIO[T]

    Permalink

    I/O to dequeue data (client is consumer and Queue object is producer), is Chisel.DecoupledIO

  15. def do_asTypeOf[T <: core.Data](that: T)(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): T

    Permalink
    Definition Classes
    Data
  16. def do_asUInt(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): core.UInt

    Permalink
    Definition Classes
    Aggregate → Data
  17. final lazy val elements: ListMap[String, core.Data]

    Permalink
    Definition Classes
    Bundle → Record
  18. val enq: DecoupledIO[T]

    Permalink

    I/O to enqueue data (client is producer, and Queue object is consumer), is Chisel.DecoupledIO flipped.

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getElements: Seq[core.Data]

    Permalink
    Definition Classes
    Record → Aggregate
  24. final def getWidth: Int

    Permalink
    Definition Classes
    Data
  25. def hashCode(): Int

    Permalink
    Definition Classes
    HasId → AnyRef → Any
  26. def instanceName: String

    Permalink
    Definition Classes
    HasId → InstanceId
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def isLit(): Boolean

    Permalink
    Definition Classes
    Data
  29. final def isWidthKnown: Boolean

    Permalink
    Definition Classes
    Data
  30. def litArg(): Option[LitArg]

    Permalink
    Definition Classes
    Data
  31. def litValue(): BigInt

    Permalink
    Definition Classes
    Data
  32. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. def parentModName: String

    Permalink
    Definition Classes
    HasId → InstanceId
  36. def parentPathName: String

    Permalink
    Definition Classes
    HasId → InstanceId
  37. def pathName: String

    Permalink
    Definition Classes
    HasId → InstanceId
  38. def suggestName(name: ⇒ String): QueueIO.this.type

    Permalink
    Definition Classes
    HasId
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toPrintable: core.Printable

    Permalink
    Definition Classes
    Bundle → Record → Data
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def widthOption: Option[Int]

    Permalink
    Definition Classes
    Data

Deprecated Value Members

  1. def toBits(implicit compileOptions: CompileOptions): core.UInt

    Permalink
    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 HasId

Inherited from InstanceId

Inherited from AnyRef

Inherited from Any

Ungrouped