Hi all!
I hope you’re all doing great !
I’m trying to implement a regmodel in my uvm tb, I created it and i set the sequncer where it reg sequence should run with adapter.
in the env :
// connect phase
model.default_map.set_sequencer(vseq.a_seqr,adapter)
in the adapter, I transalte reg seq item to protocol seq item
reg2bus:
populate protocol seq item
return protocol item;
When i launch a reg.read I get the following error :
UVM_FATAL : attempting to start a sequence using start_item() from sequence ‘default_parent_seq’. Use seq.start() instead