In reply to chr_sue:
[quote]In reply to graeme_jessiman:
Hi Christoph
Panweil mentioned in his earlier post “exactly I modify main_phase in my_scoreboard1, I delete super.main_phase”.
I took this to mean that he was trying to override the component in the main_phase of his extended class and I thought he was using a delete method but I reading it again he was just deleting the call to super.main_phase.
Anyway… sounds like he was heading down the wrong path and he should use the set_type_override or set_inst_override methods as described on the URL I mentioned.
Graeme