Disha Posted December 1, 2011 Report Share Posted December 1, 2011 I am facing an error while compiling my code in sequence, in calling `uvm_do(item) , error (vlog 7027), Dotted name (create_item) not found in the current scope. Note that hierarchical references are not allowed from with in the package or $unit. Kindly guide. Quote Link to comment Share on other sites More sharing options...
jadec Posted December 1, 2011 Report Share Posted December 1, 2011 Make sure the "item" "extends uvm_sequence_item#()" and that it uses "`uvm_object_utils" macro to register itself with the factory. 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.