sega Posted March 8, 2013 Report Share Posted March 8, 2013 Hi , I am trying to implement register backdoor access with user defined register backdoor by extending uvm_reg_backdoor. class peri_reg_backdoor extends uvm_reg_backdoor virtual task write(uvm_reg_item rw); $root.top.DUT.reg = 8'h41; endtask endclass when i am compile this code it is showing error illegal location for ahierarchical name (in a package). but in examples i am finding that WRITE method is user define and by giving the hierarchy path of register we can directly configure our registers.I want to know what is the overcome for this issue in IUS. Thanks in advance sagar Quote Link to comment Share on other sites More sharing options...
sword_hs Posted March 20, 2013 Report Share Posted March 20, 2013 I met the same issue just like what you met, the error info is illegal location for ahierarchical name (in a package). Have you figured out the reason? Quote Link to comment Share on other sites More sharing options...
sega Posted March 20, 2013 Author Report Share Posted March 20, 2013 Hi sword_hs. I am trying to get it resolved,but currently my front door access is working and I am focusing on that. so once i will get to know to resolve backdoor issue,that i will keep in this thread. mean while if you are finding any ways to come up from this error Please let us know. Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.