Hi,
When we setup background reg accesses sequences that are spawned off with a fork join_none, is there a good way to ensure by the time we exit run_phase, we don’t have an outstanding reg request in the RTL which still needs to be serviced(either read response or write response/ack). Is there a recommended way to handle this?
I do know the sequences will be killed when we exit the run phase, but DUT might still send a response back later, or maybe we end the test before it’s able to send back a response, leading to credit check failures.
Thank you!