itsmyturn Posted July 6, 2012 Report Share Posted July 6, 2012 I have an array of IDs in my agent. When a packet is sent to the DUT with one ID, that ID can no longer be used for newer packets until a response with the same ID comes back from the DUT to the response monitor. In my implementation, the response monitor forwards this response to the scoreboard. Now, I want the scoreboard to update the array of usable IDs in the agent with the ID that just got freed. Can I use uvm_config_db for this? Quote Link to comment Share on other sites More sharing options...
petermonsson Posted August 3, 2012 Report Share Posted August 3, 2012 Hi Itsmyturn, uvm_config_db is meant for pretty static functionality. I would suggest that you use TLM to pass information from the response monitor to the request driver. Best Regards Peter 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.