karandeep963 Posted January 30, 2014 Report Share Posted January 30, 2014 Hello All, My verification requirements demands that whenever monitor senses the byte at serial interface , then my driver , which is waiting at the event from monitor would be notified, so that it can make necessary decision to wingle the pins(interface). So what would be the solution for that ? and is it a good way ? Thanks Quote Link to comment Share on other sites More sharing options...
shekhar.iitm Posted February 12, 2014 Report Share Posted February 12, 2014 you can do this by having synchronizing events either in package or config_db which can be used by both monitor and driver. I think it should be fine to have driver wait for event from monitor , as when the agent is passive only monitor is there and when active both driver and monitor are there , so the dependancy of driver on monitor should be fine. karandeep963 1 Quote Link to comment Share on other sites More sharing options...
karandeep963 Posted February 12, 2014 Author Report Share Posted February 12, 2014 Thanks Shekhar, will try this 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.