Forum Discussion
Altera_Forum
Honored Contributor
11 years agoAll,
I found a potential solution over at xlinx's forum: http://www.xilinx.com/itp/xilinx10/isehelp/pp_p_process_compile_hdl_simulation_libraries.htm From that discussion I used the following command: vcom -93 -explicit -reportprogress 300 -work altera {C:\altera\13.0\work\maxplus2.vhd} It appears that quartus' maxplus2 library gets compiled into the existing modelsim altera library. Following this i could re-compile my "design" without any issues and get into simulation window. Not sure whether this is the "appropriate" and long term solution - and not sure if it works as i have not completed my simulation yet - i have quite a few "vsim-3473 component not bound" errors to resolve first :-) Please let me know if you have any other thoughts. br /mattias