SeanChou Posted October 13, 2010 Report Share Posted October 13, 2010 Hi, As title, the following 3 lines of code works with components: int fp = $fopen("log"); abc.set_report_id_action("*", UVM_LOG); abc.set_report_default_file(fp); But failed when uvm_sequences, perhaps since sequence is not a kind of report object. is there any alternate way to redirect the `uvm_info message in seuqnces to file? Thanks so much! 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.