Hi @datum-dpoulin, this is an unfair question about code you contributed more than six ears ago, specifically, the Debug UVM Agent. In the interface for that Agent, the clocking blocks are all asynchrouous (link). This means that reset assertion and deassertion will trigger the drive mechanism and I am not sure that is what we want. I was under the impression that reset should be explicitly handled handled manually in a sequence.
Hi @datum-dpoulin, this is an unfair question about code you contributed more than six ears ago, specifically, the Debug UVM Agent. In the interface for that Agent, the clocking blocks are all asynchrouous (link). This means that reset assertion and deassertion will trigger the drive mechanism and I am not sure that is what we want. I was under the impression that reset should be explicitly handled handled manually in a sequence.