Forum Discussion
Altera_Forum
Honored Contributor
16 years agoModelsim can not find "altsyncram"
Dear all, I am using Modelsim for simulation, Modelsim says" Instantiation of 'altsyncram' failed, the design unit was not found", even though 'altsyncram' is in "Altera_mf" library, listed on ...
Altera_Forum
Honored Contributor
16 years ago# get a proper makefile
exec vmake work > Makefile # Run it to compile what needs to be compiled make # Start simulation vsim -L altera_mf_ver -L lpm_ver -L cycloneiii_ver -L cycloneii_ver work.dut_tb After those you can simply do: make; restart -f; run -all