I am trying to create a virtual sequence to control stimulus generation at SOC level using the low level sequences.
The cook book explains two approaches
- using virtual sequences that gets handles to all sequencers and start the sequence on any of them
- use the virtual sequence and start it on a virtual sequencer which will have handles to all of the low level sequencers.
What is the difference and how to implement 2)? There are examples on 1) in cookbook but for 2)- I dont find any
I preferred 2) because then the virtual sequence need not be tied to know all the env sequencers.