AddMethodsToReadyValid
Attributes
- Source
- ReadyValidIO.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Assert ready on this port and return the associated data bits. This is typically used when valid has been asserted by the producer side.
Assert ready on this port and return the associated data bits. This is typically used when valid has been asserted by the producer side.
Attributes
- Returns
-
The data bits.
- Source
- ReadyValidIO.scala
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.
Value parameters
- dat
-
the values to assign to bits.
Attributes
- Returns
-
dat.
- Source
- ReadyValidIO.scala
Indicates if IO is both ready and valid
Indicate no dequeue occurs. Ready is set to false.
Indicate no enqueue occurs. Valid is set to false, and bits are connected to an uninitialized wire.
Indicate no enqueue occurs. Valid is set to false, and bits are connected to an uninitialized wire.
Attributes
- Source
- ReadyValidIO.scala