Create_item, start_item, finish_item not declared Issue in UVM

In reply to Arun_Rajha:

The `uvm_do macros are for use inside your sequence body methods.

We do not recommend using these macros and instead use the consistant Sequence API start method which works the same from your test as it does from other sequences.

1 Like