Uvm declare p_sequencer

In reply to abasili:

Typically agents and their sequences are reused because they are implementing functional interface capabilities.
A virtual sequence orchestrates agent sequences.
In another project we find the same interfaces of an old project anc maybe additional functional interfaces. A virtuaöl sequence of the old project does not consider the agent sequences of new interfaces, i.e. we have to implement new virtual sequences.