CIRCT
20.0.0git
|
#include <HandshakeInterfaces.h>
Public Attributes | |
unsigned | index |
mlir::Value | addressIn |
mlir::Value | dataOut |
mlir::Value | doneOut |
Definition at line 30 of file HandshakeInterfaces.h.
mlir::Value circt::handshake::MemLoadInterface::addressIn |
Definition at line 32 of file HandshakeInterfaces.h.
Referenced by getLoadPorts().
mlir::Value circt::handshake::MemLoadInterface::dataOut |
Definition at line 33 of file HandshakeInterfaces.h.
Referenced by getLoadPorts().
mlir::Value circt::handshake::MemLoadInterface::doneOut |
Definition at line 34 of file HandshakeInterfaces.h.
Referenced by getLoadPorts().
unsigned circt::handshake::MemLoadInterface::index |
Definition at line 31 of file HandshakeInterfaces.h.
Referenced by getLoadPorts().