loki Posted September 20, 2011 Report Share Posted September 20, 2011 The UVM prints a report at the end of the simulation. Is it possible to reorder the end of simulation report it in the following order: - report counts by id (or turn off this one) - report counts by severity - the error or fatal that caused the simulation to end The idea is to print the error or fatal as close as possible to the bottom of the logfile (no scrolling, no grepping). Thanks Quote Link to comment Share on other sites More sharing options...
uwes Posted September 20, 2011 Report Share Posted September 20, 2011 hi, just create an own uvm_report_server, override summarize() and hook it into th system. you may also hook into the final_phase() to produce last second messages.... /uwe 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.