AXI Slave VIP - 1.1 English

AXI Verification IP LogiCORE IP Product Guide (PG267)

Document ID
PG267
Release Date
2023-10-18
Version
1.1 English

Start agent:

slv_agent.start_slave();

If <component_name>_slv_t is used, the user environment has to fill a write response if READ_WRITE_MODE is not READ_ONLY, and read response if READ_WRITE_MODE is not WRITE_ONLY. For more information, see the Vivado example design simset and look for slv_basic_stimulus.sv /slv_stimulus.sv.

If <component_name>_slv_mem_t is used, write response and read response are handled in the agent. The user environment does not need to do anything here. For more information, see the Vivado example design simset and look for mem_basic_stimulus.sv /mem_stimulus.sv.