dvenki Posted November 30, 2012 Report Share Posted November 30, 2012 In page 145 where uvm_callback is detailed, the macro `uvm_do_callbacks(T,CB, METHOD) but the source code has it as `uvm_do_callbacks(mycb, mycomp, seqr, my_function(seqr, curr_addr, curr_data)) I documentation in UG is unclear and possibly wrong `uvm_do_callbacks(bus_driver_cb, bus_driver, trans_recieved(this,tr,.drop)) The order of the arguments is contradicting the source. Has anyone implemented a callback w/ the example mentioned in the UG 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.