ejessen Posted June 19, 2012 Report Share Posted June 19, 2012 Hi, I would like to have a class which prints uvm_info/uvm_debug type messages, but to a different output file (rather than to default output, where everything else goes). It's not clear to me how to go about that - everything I've tried has resulted in printing to the normal output, so I think there's some big-picture thing I'm missing. I created a test-case with uvm_report_object, gave it output filename, etc. but all output still goes to default output. I suspect it's just a few lines of code, but I'm stuck. I've searched here, all the UVM websites I could find, and I can't find anything. Could someone possibly post an example? Thanks, Erik Quote Link to comment Share on other sites More sharing options...
bhunter1972 Posted June 19, 2012 Report Share Posted June 19, 2012 See on how to override the default uvm report server. Instead of (or in addition to) reformatting what the output looks like, you could certainly have the report server open a different file and have it re-directed there. Quote Link to comment Share on other sites More sharing options...
sudheer59 Posted June 20, 2012 Report Share Posted June 20, 2012 can i get that example told in this vedio Quote Link to comment Share on other sites More sharing options...
bhunter1972 Posted June 20, 2012 Report Share Posted June 20, 2012 Yes. Come to think of it I should probably have given you the blog link instead, which is here, because it has the code that goes with it. Good luck. Quote Link to comment Share on other sites More sharing options...
sudheer59 Posted June 21, 2012 Report Share Posted June 21, 2012 Thank you very much Quote Link to comment Share on other sites More sharing options...
Guest joseph.steve Posted July 6, 2012 Report Share Posted July 6, 2012 @ blunter Thanks blunter because your sharing stuff has made this very easy to understand.In fact in the beginning i could not understand the real matter indeed but after watching this video i have got known the real idea. 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.