Revanth Posted April 8 Report Share Posted April 8 Hi, Suppose I knew the part of register name or any field of the register Is there any way to get or read the name of the register using any of the RAL Methods? Quote Link to comment Share on other sites More sharing options...
David Black Posted April 9 Report Share Posted April 9 Something like the following might be a clue... uvm_reg regs[$]; regmodel.get_registers(regs); foreach( regs[i] ) begin `uvm_report_info("Register",regs[i].get_name()) end 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.