loki Posted September 20, 2011 Report Share Posted September 20, 2011 In the UVM user guide (18-May-2011 p. 122), it says to use the following: regmodel.set_auto_predict(1); But this does not compile! It seems the set_auto_predict is a method of the UVM register map: regmodel.APB.set_auto_predict(1); Is this a documentation bug or is the ralgen generated model buggy? Quote Link to comment Share on other sites More sharing options...
janick Posted September 22, 2011 Report Share Posted September 22, 2011 This is a documentation bug. The set_auto_predict() method is in the uvm_reg_map class and operates on a per-physical interface basis. 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.