Regarding forcing a value through sequence

Hi All,

I am using uvm_hdl_force in my test environment. I was trying the same to assert/control the signal value from sequence, but didn’t succeed. Giving rtl path hierarchy in test environment or in test itself is pretty straight forward but I have no clue how to implement the same through sequence since we can’t give the rtl hierarchy in that. Any help on this please?

Regards,

In reply to pankajpattel:

See this link for some ideas as well as my DVCon paper which shows how to integrate a UVM testbench with a bound interface.