Class

chisel3.util.ReadyValidIO

AddMethodsToReadyValid

Related Doc: package ReadyValidIO

Permalink

implicit final class AddMethodsToReadyValid[T <: Data] extends AnyVal

Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AddMethodsToReadyValid
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AddMethodsToReadyValid(target: ReadyValidIO[T])

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def deq(): T

    Permalink

    Assert ready on this port and return the associated data bits.

    Assert ready on this port and return the associated data bits. This is typically used when valid has been asserted by the producer side.

    returns

    the data for this device,

  6. def enq(dat: T): T

    Permalink

    push dat onto the output bits of this interface to let the consumer know it has happened.

    push dat onto the output bits of this interface to let the consumer know it has happened.

    dat

    the values to assign to bits.

    returns

    dat.

  7. def fire(): Bool

    Permalink
  8. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  9. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  10. def nodeq(): Unit

    Permalink

    Indicate no dequeue occurs.

    Indicate no dequeue occurs. Ready is set to false

  11. def noenq(): Unit

    Permalink

    Indicate no enqueue occurs.

    Indicate no enqueue occurs. Valid is set to false, and bits are connected to an uninitialized wire

  12. val target: ReadyValidIO[T]

    Permalink
  13. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped