In reply to rossswanson:
get_full_name(m_apb_sequencer ) is a wrong command. get_full_name()does not have an argument, You should call m_apb_sequencer.get_full_name()-
In reply to rossswanson:
get_full_name(m_apb_sequencer ) is a wrong command. get_full_name()does not have an argument, You should call m_apb_sequencer.get_full_name()-