erioha01 Posted September 28, 2010 Report Posted September 28, 2010 Error-[uC] Unexpected character The character '`' is illegal in the context. "$UVM_HOME/uvm/src/base/uvm_version.svh", 28 (expanding macro) Source info: parameter string uvm_revision = `UVM_VERSION_STRING; I am using vcs 2009.06. Any help?! Many thanks! Quote
erioha01 Posted September 29, 2010 Author Report Posted September 29, 2010 it'll be in the VCS installation directory under: $VCS_HOME/etc/uvm so no need to download Quote
enchanter Posted April 28, 2011 Report Posted April 28, 2011 Which version of VCS support the latest UVM_1.0p1? Quote
adielkhan Posted June 28, 2011 Report Posted June 28, 2011 Hi enchanter, I use VCS2011.03 for UVM-1.0 either using "+incdir+$UVM_HOME/src" or "-ntb_opts uvm" contact vcs_support@synopsys.com for latest VCS version. thanks, adiel Quote
Kinjal Posted July 15, 2011 Report Posted July 15, 2011 Can I use 2010.06 and upgrade to last version: 1.0? Steps to compile with synopsys is appreciated. I can't upgrade tool but want to move latest release. Thanks, Kinjal Quote
adielkhan Posted July 15, 2011 Report Posted July 15, 2011 Yes, i think VCS-2010.06-SP1-6 is the latest update. Contact your local Synopsys person for ftp/html downlaod location Simplest way is to do: vcs -sverilog -ntb_opts uvm-1.0 <all_your_other_options_and_files> Or you can use your own UVM install and do: vcs -sverilog +incdir+$UVM_HOME/src $UVM_HOME/src/uvm_pkg.sv Any issues contact me or vcs_support@synopsys.com thanks, adiel@synopsys.com 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.