ejessen Posted June 6, 2012 Report Share Posted June 6, 2012 I'd like to output monitor/scoreboard outputs in XML format, so that they can later be parsed using scripts for data-mining. I've been trying to understand the UVM printing system, and am looking for some examples. Also - this would seem to be of general use - perhaps a new builtin print format (along with table, etc.) might be useful in UVM. Quote Link to comment Share on other sites More sharing options...
dave_59 Posted June 6, 2012 Report Share Posted June 6, 2012 The questa_uvm_pkg, which is released with Questa, can dump the UVM structure in XML. This package is used in addition to the uvm_pkg released by Accellera. Quote Link to comment Share on other sites More sharing options...
adielkhan Posted June 7, 2012 Report Share Posted June 7, 2012 Many engineers request data-mining in XML, SQL and/or other formats. typically they use this data for performance, bandwidth, throughput etc analysis. You might find the below Blog link on Performance Analyzer useful. FYI, you dont need to have any VMM code in your system to use it. Using the Performance Analyzer in a UVM Environment: http://www.vmmcentral.org/vmartialarts/2011/08/using-the-vmm-performance-analyzer-in-a-uvm-environment/ -adiel Quote Link to comment Share on other sites More sharing options...
pjigar Posted June 7, 2012 Report Share Posted June 7, 2012 UVM library shipped with Cadence simulator also has additions that allows you to record, collect and analyze transactions in your testbench. Contact Cadence Application Engineer for details. -Jigar 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.