

Here is the screenshot of all the files in. However, I'm not really sure about the testbench file that you mentioned. The "the design unit was not found" error has been solved. Substitute the location of your version of Quartus in place of "C:/altera/14.1" and the name of your test bench as appropriate. cycloneive_atoms C:/altera/14.1/quartus/eda/sim_lib/cycloneive_atoms.v In the ModelSim console, or in your tcl script, add: You need to add the 'cycloneive_atoms' library to your simulation.

0quartusedasim_lib # ** Error: (vlog-7) Failed to open design unit file ".0quartusedasim_lib" in read mode.ĭid I mistype anything in that vlog command?ītw, I'm also using QuartusII 15.0 Web-Edition.

ModelSim> vlog +incdir+ C:\altera\15.0\quartus\eda\sim_lib# Model Technology ModelSim ALTERA vlog 10.3d Compiler 2014.10 Oct 7 2014# Start time: 11:50:26 on May 20,2015# vlog -reportprogress 300 "+incdir+C:ltera". I've read some threads regarding this similar issue and found out that the command "vlog +incdir+" can be used to add search directory.īut after I use the command to add path, then a new Error occurred: The design unit was not found.# Region: /PWM_Gen# Searched libraries:# C:/Users/AsyrafToneExcel/Desktop/Verilog Codings/PWM_Generator_100kHz/QuartusII/simulation/modelsim/gate_work # ** Error: (vsim-3033) PWM_Gen.vo(670): Instantiation of 'cycloneive_lcell_comb' failed. I'm having problem running gate level simulation using Modelsim Altera Starter Edition 10.3d due to missing design unit:
