Forum Discussion
Altera_Forum
Honored Contributor
12 years agoIt turns out that I had a library or two in my vsim command which was apparently causing the problem.
Originally I had this: vsim -t ps -L work -l sgate -L altera_ver -L 220model_ver -l sgate_ver -L lpm_ver -l sgate_ver -L altera_mf_ver -L altera_lnsim_ver -L stratixiigx_hssi_ver -L stratixiv_hssi_ver $TOP_LEVEL_NAME But I noticed that sgate_ver is in there twice. I removed the duplicate and also sgate. And things seem to work much better now.