shine2828 Posted August 31, 2012 Report Share Posted August 31, 2012 Hi all, How to determine that how many agents are required for any UVM environment working with SVTB techniques. bye, joy Quote Link to comment Share on other sites More sharing options...
petermonsson Posted August 31, 2012 Report Share Posted August 31, 2012 Hi joy, As a minimum you will need one agent per standard interface on boundary of the system which you're trying to verify. On top of that you will want an agent per interface which you want to access through hierarchical references inside the system. Here are two examples: AHB to APB bridge: You will need an AHB Master Agent and an APB Slave Agent as a minimum. Since someone in your organization is developing a AHB to APB bridge, your organization is going to need an AHB Slave Agent and an APB Master Agent soon, so you should strongly consider doing those as well at the same time. AXI, AHB, APB interconnect (memory access system): You will need a master and a slave agent for each of the protocols that hook up to the interconnect as a minimum. I hope this helps Peter Quote Link to comment Share on other sites More sharing options...
shine2828 Posted September 6, 2012 Author Report Share Posted September 6, 2012 Hi Peter, Thanks for your valued answer. Regards, Joy 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.