Hi,
Consider I have two sequences a write sequence and a read sequence and i have call both of them in a single test, when i do that only one of these sequences are executed.
For now i have created a new sequence with write and sequences being referenced in it.
Is there a way in which i can call two sequences in a single test?
Dinesh,
You would need to provide some more information about what you are seeing, but there are several ways you can co-ordinate multiple sequences.
You can start them in at the test level, either in sequence or parallel, on individual sequencers. When all sequences have completed, you can end your test as required.
You can create a virtual sequence and start it on a virtual sequencer.
Which method you choose is up to you, but there shouldn’t be any conditions where one sequence wouldn’t execute.