aiyer Posted October 21, 2011 Report Share Posted October 21, 2011 Hi, I am currently working with UVM RAL and I encountered this error: "Response queue overflow, response is dropped" Got the above error since my driver was calling seq_item_port.item_done(rsp). The error however goes when I change it to seq_item_port.item_done() in the driver. My UVM RAL sequence doesn't explicitly make a call to get_response(rsp) but the register reads and writes work perfectly. My question is,how does RAL sequence get the response back if we don't call the get_response() explicitly? Thanks! 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.