Forum Discussion
BZimm4
New Contributor
6 years agoSo we were able to make this process work; although it is far from ideal at the moment.
- Generate simulator project
afu_sim_setup --source hw/rtl/filelist.txt build_sim
cd build_sim- Remove -novopt from Makefile and make
sed -i 's/-novopt//' Makefile
make- Import Quartus EDA libs
cd work
vsim
Tools->Tcl->ExecuteMacro altera-lib_setup.tcl(macro posted above)
exit Questa Sim
cd ..- try to make simulator
sudo make sim- Add all missing module libraries explicitly to Makefile under the Questa Build Switches section
MENT_VSIM_OPT+= -L altera_mf_ver- make simulator again
sudo make simAt this point it should work.