Concurrency in DV

 Concurrency in DV : How would you pause , inject and resume traffic on a same sequencer?


Thread 1 : Long running sequence on sqr
Thread 2 : Monitor a signal and when it hits, pause the sequence running in Thread 1, inject another sequence on the same sequencer (sqr) and then resume the original sequence.

How would you do this ?
💬 Let’s hear your thoughts in the comments 👇



Comments

Popular posts from this blog

Understanding $cast in System Verilog

Fork_Join Problem