Forum Discussion
HongLiang
New Contributor
7 years agoTry to run DDR3 example simulation it fails due to not find /tools/synopsys/vcs/vcs-mx_vO-2018.09/linux/lib/ctype-stubs_32.a: No such file or directory
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 ...
NurAida_A_Intel
Frequent Contributor
7 years agoHi 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