2 UVM sequences running in parallel, Based on the response in one sequence can we alter the 2nd sequence?

Need some more details about the scenario you are thinking about, but in general this should be possible as long as:

  1. The first sequence makes the response known (through a config_db entry)
  2. The second sequence periodically checks the config_db to see if there are any pending messages for it. If it finds a message then it can change its behavior appropriately.
    There are a few assumptions in my answer above.
    1 First sequence is shorter than the second.
  1. If they are running on different VIPs the first sequence starts on the first VIP before the second sequence starts on its VIP.

Logie Ramachandran
Accelver Systems Inc