- Use an ad-hoc approach in the test’s run task. Set the sequence to run for the required length, change the variables and start the sequence again. Repeat as necessary.
I’m tying to do this approach and running into problems. How do I tell it to start the sequence again after finishing? I initially tried it by changing the variables in the run() task while still in the middle of the sequence. It seems to work at first, but after a while it falls apart and I get undefined inputs.
I guess ideally I want the sequence to generate say 10 items, pause simulation, change variables in the sequencer, then start the sequence all over again. Then repeat this process many times. Any help is greatly appreciated.