In reply to chr_sue:
Okay ,thanks for response.Here below is the error, its coming for sequencer part
can u pls suggest,thnks
Error-[SV-ICA] Illegal class assignment
“this.m_seqr = uvm_component_registry#(uvm_pkg::uvm_sequencer#(seq_pkg::stimulus,seq_pkg::stimulus),”“)::create(“m_seqr”, this, /* contxt = “\000” */);”
Expression
‘uvm_component_registry#(uvm_pkg::uvm_sequencer#(seq_pkg::stimulus,seq_pkg::stimulus),“”)::create(“m_seqr”,
this, )’ on rhs is not a class or a compatible class and hence cannot be
assigned to a class handle on lhs.
Please make sure that the lhs and rhs expressions are compatible.