Open tudortimi opened 8 years ago
The sequencer base class has a reference to uvm_test_done, which is deprecated. This means it's not possible to compile a project using UVM_NO_DEPRECATED, unless doing a separate compile of the APB UVC which doesn't have this define set.
uvm_test_done
UVM_NO_DEPRECATED
I invite you to update the VIP
The sequencer base class has a reference to
uvm_test_done
, which is deprecated. This means it's not possible to compile a project usingUVM_NO_DEPRECATED
, unless doing a separate compile of the APB UVC which doesn't have this define set.