Switch AXI pass-through VIP into the runtime slave mode. The <hierarchy_path> can be found in step 4 Must Haves in the Test Bench section and then start the slave agent.
<hierarchy_path>.set_slave_mode();
passthrough_agent.start_slave();
If <component_name>_passthrough_slv_t is used, the write response/read response have to be filled in through the user environment. For more information, see the Vivado example design simset and look for passthrough_slv_basic_stimulus.sv/passthrough_slv_stimulus.sv.
If <component_name>_passthrough_mem_t is used, the user environment does not need to do anything. For more information, see the Vivado example design simset and look for passthrough_mem_basic_stimulus.sv/passthrough_mem_stimulus.sv.