qinhailiang Posted March 1, 2011 Report Posted March 1, 2011 i had downloaded the source code .rar ball of UVM 1.0. I want to run it under the environments that is together with Windows XP and Questasim 10.0a. How should i do? Would you like to tell me ? one step ? two step ? three step ? .... Quote
SeanChou Posted March 1, 2011 Report Posted March 1, 2011 you could find the files named run_questa or compile_questa_sv.f in examples folder. Quote
qinhailiang Posted March 2, 2011 Author Report Posted March 2, 2011 yes, but it is suitable for uvm1.0ea!!! there is not run_queta or compile_questa_sv.f in examples folder of UVM 1.0 version, inside of Makefile.questa!!! How can i run it under Windows XP and Questasim 10.0a?? Quote
uvm_rookie Posted March 2, 2011 Report Posted March 2, 2011 The new Makefile.questa does not work. I got all kinds of compilation error. The Makefile.ius and Makefile.vcs does work. Quote
R_C1363912821 Posted March 25, 2011 Report Posted March 25, 2011 Any update on running UVM 1.0 on Questa 10.0a? Quote
gordon Posted March 25, 2011 Report Posted March 25, 2011 Please see http://go.mentor.com/uvm1-0-questa for instructions for running Questa 10.0a with the UVM. Quote
qinhailiang Posted March 28, 2011 Author Report Posted March 28, 2011 thanks for all. i had made it run! Quote
cw Posted May 16, 2011 Report Posted May 16, 2011 I got the following errors when trying to run "make -f Makefile.questa dpi_lib" localhost% /work/sv/uvm-1.0p1/examples>make -f Makefile.questa dpi_lib mkdir -p /work/sv/uvm-1.0p1/lib /asic/ssg_vol2/modeltech/questa6_4a/questasim/gcc-3.2.3-rhe21/bin/g++ -m32 -fPIC -DQUESTA -g -W -shared -I/asic/ssg_vol2/modeltech/questa6_4a/questasim/include /work/sv/uvm-1.0p1/src/dpi/uvm_dpi.cc -o /work/sv/uvm-1.0p1/lib/uvm_dpi.so In file included from /work/sv/uvm-1.0p1/src/dpi/uvm_dpi.cc:30: /work/sv/uvm-1.0p1/src/dpi/uvm_hdl.c: In function `int uvm_hdl_set_vlog(char*, t_vpi_vecval*, int)': /work/sv/uvm-1.0p1/src/dpi/uvm_hdl.c:234: `vpi_release_handle' undeclared (first use this function) /work/sv/uvm-1.0p1/src/dpi/uvm_hdl.c:234: (Each undeclared identifier is reported only once for each function it appears in.) make: *** [dpi_lib] Error 1 Any help would be appreciated. Thank you Quote
qinhailiang Posted May 23, 2011 Author Report Posted May 23, 2011 first, i am using the platform as follows: Install.linux questasim-base.mis questasim-linux_x86_64.mis questasim-gcc-linux_x86_64.mis and add some set in .cshrc file as follows: set path=(/opt/Questasim_Linux10.0a/questasim/bin $path) setenv UVM_HOME /vobs/7510/ITDM/Source/uvm-1.0 setenv MTI_HOME /opt/Questa_Linux10.0a/questasim/ so, you can run the examples in uvm1.0p1 ball as follows: $cd ../uvm-1.0/examples/ integrated/ubus/examples $make -f Makefile.questa BITS=64 all good for you BR Quote
cw Posted May 25, 2011 Report Posted May 25, 2011 I'm still having issue with "make -f Makefile.questa all". It might have something to do with using $MTI_HOME/gcc-4.0.2-rhe21 gnu c compiler. The you for your reply. CW Quote
qinhailiang Posted May 26, 2011 Author Report Posted May 26, 2011 please try 'make -f Makefile.questa BITS=64 all' or 'make -f Makefile.questa BITS=32 all' 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.