- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To use quartus pro19.1 to generate DDR3 IP core
and run the vcs simulation ....in vcs_setup.sh
There is a error massage .......
The vcs only support 64bits ......
how to fix the issue to run it in 64 bits mode ?
g++ -o ../simv -Wl,-rpath-link=./ -Wl,-rpath='$ORIGIN'/simv.daidir/ -Wl,-rpath=./simv.daidir/ -Wl,-rpath='$ORIGIN'/simv.daidir//scsim.db.dir -m32 -rdynamic -Wl,-rpath=/tools/synopsys/vcs/vcs-mx_vO-2018.09/linux/lib -L/tools/synopsys/vcs/vcs-mx_vO-2018.09/linux/lib _38597_archive_1.so _prev_archive_1.so _csrc0.so objs/udps/cVTJV.o SIM_l.o _csrc0.so rmapats_mop.o rmapats.o rmar.o rmar_nd.o rmar_llvm_0_1.o rmar_llvm_0_0.o -lzerosoft_rt_stubs -lvirsim -lerrorinf -lsnpsmalloc -lvfs -lvcsnew -lsimprofile -luclinative /tools/synopsys/vcs/vcs-mx_vO-2018.09/linux/lib/vcs_tls.o -Wl,-whole-archive -lvcsucli -Wl,-no-whole-archive /tools/synopsys/vcs/vcs-mx_vO-2018.09/linux/lib/vcs_save_restore_new.o /tools/synopsys/vcs/vcs-mx_vO-2018.09/linux/lib/ctype-stubs_32.a -ldl -lc -lm -lpthread -ldl
g++: error: /tools/synopsys/vcs/vcs-mx_vO-2018.09/linux/lib/ctype-stubs_32.a: No such file or directory
make: *** [product_timestamp] Error 1
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Sir,
Please accept my apology on the delay in response.
Seems like this error comes due to 32/64 bit machine type. So if your using 64 bit version then run your vcs command with the option -full64
supposing v files "file" and "testbench":
Code:
vcs file.v testbench.v -full64 .... all other options
I hope this will solve your problem
Thanks
Regards,
NAli1
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page