mea1201 Posted October 26, 2012 Report Posted October 26, 2012 Does VCS support UVM transaction recording? How can I do that? Latest I have available is 2011.12, and I'm supposedly using a UVM 1.1 implementation provided by Synopsys. I found some blurb about $vcdplusmsglog to record transaction streams. Don't tell me that I have to sprinkle that code into my UVM code base alongside the begin_tr/end_tr stuff. The UVM I have is intended to run on multiple simulators. BTW, Questa and Incisive have UVM transaction recording with next to no additional effort to enable. Quote
adielkhan Posted October 27, 2012 Report Posted October 27, 2012 I'd strongly recommend that you debug using VCS2012.09-1. Whilst UVM transaction and log/message recording has been in VCS since 2010.06 streams, the latest versions always implement much better debug features. First view the debug webinar. http://www.uvmworld.org/forums/showthread.php?845-Synopsys-Webinar-How-to-Simplify-Testbench-Debug-and-Improve-Turnaround-Time then use it. vcs -ntb_opts uvm -debug_all blah blah blah ./simv +UVM_TR_RECORD +UVM_LOG_RECORD -gui +*blah blah thanks, adiel. Quote
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.