paragsathe Posted July 10, 2012 Report Share Posted July 10, 2012 If we have the register adapter and the regisetr model in place, we generally use the built in read and write methods to access registers in our testbench.But if there is a field related to random number of wait states in the sequence item (transaction item), how to change this parameter while giving the reads and writes to the Bus via the Register model. There is no such field in the uvm_reg_bus_op struct. Parag Quote Link to comment Share on other sites More sharing options...
uwes Posted July 10, 2012 Report Share Posted July 10, 2012 hi, you can use the extension mechanism during read/write. simply supply an own property container in the .extension arg. this is later avail in uvm_reg_item.extension in the uvm_reg_adapter /uwe 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.