Is there a reason the uvm_reg_field::do_predict() function does not call the cb.post_predict()?
I created a callback that triggers an event using post_predict, but the post_predict never gets called for the UVM_PREDICT_DIRECT case.
Is there a reason the uvm_reg_field::do_predict() function does not call the cb.post_predict()?
I created a callback that triggers an event using post_predict, but the post_predict never gets called for the UVM_PREDICT_DIRECT case.