Forum Discussion
Altera_Forum
Honored Contributor
10 years agoYou need to add the 'cycloneive_atoms' library to your simulation. In the ModelSim console, or in your tcl script, add:
vlib cycloneive_atoms
vmap cycloneive_atoms ./cycloneive_atoms
vlog -work ./cycloneive_atoms C:/altera/14.1/quartus/eda/sim_lib/cycloneive_atoms.v
vsim -L cycloneive_atoms {your_top_level_test_bench} -t ns
Substitute the location of your version of Quartus in place of "C:/altera/14.1" and the name of your test bench as appropriate. Cheers, Alex