Logger Posted January 10, 2013 Report Share Posted January 10, 2013 Why are the `uvm_do_* macros not implemented as tasks? Quote Link to comment Share on other sites More sharing options...
KathleenMeade Posted January 11, 2013 Report Share Posted January 11, 2013 Hello Logger, The main reason is because you cannot pass constraints to tasks/functions, for example: `uvm_do_with(item, {data == 8'h55; addr == 32'h0000; }) Kathleen Quote Link to comment Share on other sites More sharing options...
Logger Posted January 11, 2013 Author Report Share Posted January 11, 2013 Quite true. Thanks. 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.