Observe UVM_ERROR during Backdoor Access

In reply to hisingh:

You don’t get error messages with the other tools because they allow PLI/ACC access.

You don’t see any uvm_info messages because the environment isn’t UVM compliant:

  • Tests and sequences have #delays. Per the UVM, the entire environment should have no #delays.
  • The test doesn’t raise/lower an objection in the run_phase(), resulting in the test exiting immediately at time 0.

There is nothing wrong with the RAL implementation.