rajneeshT Posted April 17, 2013 Report Share Posted April 17, 2013 Hi there, While migrating from UVM 1.1a to UVM 1.1c, below error flashes: Error Out of bound access/uvm-1.1c/src/base/uvm_misc.svh, 273 Out of bound access on smart queue (size:0, index:-1) Please make sure that the index is positive and less than size. Its pointing into UVM file. If anyone has any idea please tell me. Regards, Rajneesh Quote Link to comment Share on other sites More sharing options...
uwes Posted April 17, 2013 Report Share Posted April 17, 2013 it simply means you are accessing a queue on an undefined index. if this is a user error or a uvm error depends upon the rest of the environment. a stacktrace would be helpful Quote Link to comment Share on other sites More sharing options...
adielkhan Posted April 18, 2013 Report Share Posted April 18, 2013 Hi, You are probably passing a command line arg to enable this check. Look for "–ntb_opts check=all" 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.