loki Posted September 28, 2011 Report Posted September 28, 2011 Page 215 of the UVM 1.1 Class Reference: class env extends uvm_component; `uvm_component_utils(comp1) Should say "`uvm_component_utils(env)". Has the code been tested? I am trying to learn uvm... Quote
uwes Posted September 28, 2011 Report Posted September 28, 2011 hi, class env extends uvm_component; `uvm_component_utils(env) is correct. this is a typo. /uwe 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.