I have a question concerning the use of deprecated code in the uvm.
There are a number of features that are "deprecated", and the user can exclude them with UVM_NO_DEPRECATED.
The library states that the deprecated features can/might/will be deleted in future releases.
However, those have still be there for several releases now. This creates compatibility issues between components that uses deprecated and components that don't...I would say big issues.
Has the decision been made to delete the deprecated code from uvm (as stated) ?
If so, when ?