Erling Posted November 3, 2011 Report Share Posted November 3, 2011 An assert statement with a $error message will have Questa draw a nice little icon in the wave pane and display the error message when hovering over the icon. Is there a simple way to have this happen to `uvm_error as well, i.e have it forwarded to the wave pane? Erling Quote Link to comment Share on other sites More sharing options...
dave_59 Posted November 3, 2011 Report Share Posted November 3, 2011 There is a Questa specific package that layers on top of the UVM package adding the messages generated by `uvm_error to the wave and messages pane. You'll also be able to clink on the message and have it take you the the source. Until the next major release of Questa comes out, you have to ask Mentor Support directly for this package. There is also a -displaymsgmode switch that logs all Questa $display output, but it will always points you to the same line of code in the uvm_report_server that does the actual display. 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.