Hi,
While migrating code base from 1.0EA to 1.0p1 I am having issues registering sequences to the virtual sequencer.
In 1.0ea sequences were registered to virtual sequencer with the following macro.
`uvm_sequence_utils(BufferingVirtualSeq, RtrVirtualSequencer)
The sequence was registered in 1.0ea.
Part of the migration I had to change the macro to the following.
`uvm_object_utils(BufferingVirtualSeq)
`uvm_declare_p_sequencer(RtrVirtualSequencer)
When I try to read the number of sequences registered to the sequencer(virtual sequencer) with the following line I get a a value