I am verifying a DUT with OVM methodology… I want to check the DUT functionality when Reset is applied… But if I give reset my environment also has to come to its initial state… (i mean if I am in the middle of any sub sub sub sub… sequence, i want to come out immediately by collapsing all processes)…
Is there any seperate Reset handling in OVM :rolleyes:. Please Help me…
Hi…
Typically reset is applied in the initial state but my requirement is to apply reset to DUT and simultaneously to the verification environment in the middle of simulation. Applying reset to DUT is straight forward but my environment contains a chain of ovm_sequences running and there i am finding problem.
I think U got my prob…!!