amiq-consulting / amiq_apb

SystemVerilog VIP for AMBA APB protocol
Apache License 2.0
66 stars 29 forks source link

Usage of deprecated UVM features #8

Open tudortimi opened 8 years ago

tudortimi commented 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.

amiq-consulting commented 8 years ago

I invite you to update the VIP