I have a base sequence in VIP. I need 2 BFMs of the same VIP. I also have to have 2 sequences which extend from the base sequence. I need to override the base sequence twice differently to produce these two sequences from the top. type_override by type produces only the latest over-ride request. Is there another way ? Kindly suggest.
set_inst_override_by_name Configures the factory to create an object of the override’s type whenever a request is made to create an object of the original type using a context that matches full_inst_path.
set_type_override_by_name Configures the factory to create an object of the override’s type whenever a request is made to create an object of the original type, provided no instance override applies.