Forum Discussion
NurAida_A_Intel
Frequent Contributor
6 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