In the Layered Sequencers,
As shown in the figure below, I want to use multiple lower layer sequencers(1,2,3) in parallel.
Is it possible?
If possible, Can you tell me how do I implement?
Sequencer(Upper) +-----> Sequencer(Lower1) ----> Driver
+-----> Sequencer(Lower2) ----> Driver
+-----> Sequencer(Lower3) ----> Driver