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

#include <HandshakeInterfaces.h>

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

Public Attributes

unsigned index
 
mlir::Value addressIn
 
mlir::Value dataOut
 
mlir::Value doneOut
 

Detailed Description

Definition at line 30 of file HandshakeInterfaces.h.

Member Data Documentation

◆ addressIn

mlir::Value circt::handshake::MemLoadInterface::addressIn

Definition at line 32 of file HandshakeInterfaces.h.

Referenced by getLoadPorts().

◆ dataOut

mlir::Value circt::handshake::MemLoadInterface::dataOut

Definition at line 33 of file HandshakeInterfaces.h.

Referenced by getLoadPorts().

◆ doneOut

mlir::Value circt::handshake::MemLoadInterface::doneOut

Definition at line 34 of file HandshakeInterfaces.h.

Referenced by getLoadPorts().

◆ index

unsigned circt::handshake::MemLoadInterface::index

Definition at line 31 of file HandshakeInterfaces.h.

Referenced by getLoadPorts().


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