I'm loving the AXI4 VIP in this repo. I'm using Axi4/src/Axi4MemoryVTI.vhd. I finally tracked down an Alert output to the fact that my design is issuing read and write transactions while the nReset port is asserted (low). And I can see in the debug transcript that Axi4MemoryVti is queueing these transactions. Also, a simple text search shows that nReset isn't used anywhere in Axi4MemoryVti.
Unfortunately, I can't submit a test bench showing this problem. Hopefully my description above is sufficient.
I'm loving the AXI4 VIP in this repo. I'm using
Axi4/src/Axi4MemoryVTI.vhd. I finally tracked down an Alert output to the fact that my design is issuing read and write transactions while thenResetport is asserted (low). And I can see in the debug transcript thatAxi4MemoryVtiis queueing these transactions. Also, a simple text search shows thatnResetisn't used anywhere inAxi4MemoryVti.Unfortunately, I can't submit a test bench showing this problem. Hopefully my description above is sufficient.