Forum Discussion
Altera_Forum
Honored Contributor
15 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