CIRCT
20.0.0git
|
#include <HandshakeInterfaces.h>
Public Attributes | |
unsigned | index |
mlir::Value | addressIn |
mlir::Value | dataIn |
mlir::Value | doneOut |
Definition at line 37 of file HandshakeInterfaces.h.
mlir::Value circt::handshake::MemStoreInterface::addressIn |
Definition at line 39 of file HandshakeInterfaces.h.
Referenced by getStorePorts().
mlir::Value circt::handshake::MemStoreInterface::dataIn |
Definition at line 40 of file HandshakeInterfaces.h.
Referenced by getStorePorts().
mlir::Value circt::handshake::MemStoreInterface::doneOut |
Definition at line 41 of file HandshakeInterfaces.h.
Referenced by getStorePorts().
unsigned circt::handshake::MemStoreInterface::index |
Definition at line 38 of file HandshakeInterfaces.h.
Referenced by getStorePorts().