AXI4 VIP use problem

In reply to yangbo:

If your slave sequence uses a forever block to respond to an unknown number of transactions, you should use fork/join_none when starting it so that your test can complete. You can use the return of the master sequence to know when the test has finished.