scc  2022.4.0
SystemC components library
axi::fsm::Request Struct Reference

the request, either the last beat of a write or the address phase of a read More...

#include <protocol_fsm.h>

Inheritance diagram for axi::fsm::Request:
Collaboration diagram for axi::fsm::Request:

Public Types

typedef mpl::list< bsc::transition< EndReq, WaitForResponse >, bsc::transition< BegResp, Response, AxiProtocolFsm, &AxiProtocolFsm::InvokeResponsePhaseBeg >, bsc::transition< BegPartResp, PartialResponse, AxiProtocolFsm, &AxiProtocolFsm::InvokeResponsePhaseBeg > > reactions
 

Public Member Functions

 Request (my_context ctx)
 

Detailed Description

the request, either the last beat of a write or the address phase of a read

Definition at line 122 of file protocol_fsm.h.


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