Revanth Posted April 8 Report 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
David Black Posted April 9 Report 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
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.