gauravkumar Posted July 1, 2014 Report Share Posted July 1, 2014 1.can we use callback in other class than driver class or monitor or scorboard 2. in which class or module we can delete the callback Quote Link to comment Share on other sites More sharing options...
David Black Posted July 2, 2014 Report Share Posted July 2, 2014 When you refer to callback's in UVM, there are two possible definitions: 1. So-called "callback" virtual methods implementing build_phase(), connect_phase(), start_of_simulation_phase(), etc. 2. Real callbacks implemented in a callback class with complete registration, etc. If you are refering to #1, then you are limited to the class inheritance definitions. If #2, then anything is possible as long as you have a handle to the callback object. 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.