MatchLib
|
An AXI subordinate SRAM for the AXI-Lite protocol. More...
#include <AxiLiteSubordinateToMem.h>
Public Member Functions | |
SC_CTOR (AxiLiteSubordinateToMem) | |
Public Attributes | |
axi_::read::template subordinate | if_rd |
axi_::write::template subordinate | if_wr |
sc_in< bool > | reset_bar |
sc_in< bool > | clk |
Protected Member Functions | |
void | run () |
An AXI subordinate SRAM for the AXI-Lite protocol.
capacity | The capacity in bytes of the local SRAM. |
This module sets the stall mode to flush by default to mitigate possible RTL bugs that can occur in the default stall mode. If you are confident that this class of bugs will not occur in your use case, you can change the stall mode via TCL directive:
This may reduce area/power.
Definition at line 54 of file AxiLiteSubordinateToMem.h.