CIRCT  19.0.0git
Public Attributes | List of all members
circt::handshake::MemStoreInterface Struct Reference

#include <HandshakeInterfaces.h>

Collaboration diagram for circt::handshake::MemStoreInterface:
Collaboration graph
[legend]

Public Attributes

unsigned index
 
mlir::Value addressIn
 
mlir::Value dataIn
 
mlir::Value doneOut
 

Detailed Description

Definition at line 37 of file HandshakeInterfaces.h.

Member Data Documentation

◆ addressIn

mlir::Value circt::handshake::MemStoreInterface::addressIn

Definition at line 39 of file HandshakeInterfaces.h.

Referenced by getStorePorts().

◆ dataIn

mlir::Value circt::handshake::MemStoreInterface::dataIn

Definition at line 40 of file HandshakeInterfaces.h.

Referenced by getStorePorts().

◆ doneOut

mlir::Value circt::handshake::MemStoreInterface::doneOut

Definition at line 41 of file HandshakeInterfaces.h.

Referenced by getStorePorts().

◆ index

unsigned circt::handshake::MemStoreInterface::index

Definition at line 38 of file HandshakeInterfaces.h.

Referenced by getStorePorts().


The documentation for this struct was generated from the following file: