In reply to shankar_logic:
It does not make sense to ask which phase a sequence executes in. A sequence executes when its body() method gets called - t’s not tied to any phase. Calling the start() method essentially puts a sequence object in a sequencer queue, and the sequencer uses a variety of arbitration schemes to select a sequence and call its body() method.