suleesh Posted October 28, 2010 Report Share Posted October 28, 2010 Hi, My testbench is based on OVM 1.1 version. I need to convert it to UVM. can anybody suggest me a good approach? Is there any docs or info which will tell me goodr approach? Thanks Suleesh Quote Link to comment Share on other sites More sharing options...
IChip Posted October 28, 2010 Report Share Posted October 28, 2010 pls use the perl script OVM_UVM_Rename.pl under dir $UVM_HOME/bin to make a substitution. Also you need to change some incompatibale codes after the substitution.But not much. Quote Link to comment Share on other sites More sharing options...
uwes Posted October 29, 2010 Report Share Posted October 29, 2010 (edited) hi, there is a replacement of OVM_UVM_Rename.pl with ovm2uvm.pl in the more recent uvm codebase. this script will handle some API changes of the ovm to uvm migration in addition to the o-to-u changes the original script did. the current version as of today can be downloaded from the git repo here http://uvm.git.sourceforge.net/git/gitweb.cgi?p=uvm/uvm;a=blob_plain;f=distrib/bin/ovm2uvm.pl;hb=788f159 regards /uwe Edited October 29, 2010 by uwes link updated to reflect lastest version Quote Link to comment Share on other sites More sharing options...
omahesh Posted August 28, 2012 Report Share Posted August 28, 2012 Hi, I've found some scipt in uvm-1.1/bin/ovm2uvm.pl . But i don't know how to apply to our code. For example; Directory name: control which has list of OVM files. How can i convert those to UVM with perl script? I'm looking forward to hear from you soon. Regards, Mahee. 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.