Intel: I am unable to monitor the fiftyfivenm_lcell_comb signal when simulating the .vo file of my design targeting MAX® 10 with ModelSim® - Intel FPGA Edition.

MAXsimulation _

Category: Simulation
Tool: ModelSim®-Intel FPGA Edition
Device: MAX®10


ModelSim - Intel FPGA Edition that comes with v16.1, v17.0 and v17.1 is not able to monitor signals related to fiftyfivenm_lcell_comb.
This is because the correct library is not loaded.

Therefore, as a workaround, add the following line to your script file to use the simulation library provided in the Quartus® Prime installation folder instead of the PreCompiled Library of ModelSim - Intel FPGA Edition.

transcript on
if ![file is directory verilog_libs] {
file mkdir verilog_libs
}

vlib verilog_libs/altera_ver
vmap altera_ver ./verilog_libs/altera_ver
vlog -vlog01compat -work altera_ver {installation folder/quartus/eda/sim_lib/altera_primitives.v}

vlib verilog_libs/altera_lnsim_ver
vmap altera_lnsim_ver ./verilog_libs/altera_lnsim_ver
vlog -sv -work altera_lnsim_ver {install folder/quartus/eda/sim_lib/altera_lnsim.sv}

vlib verilog_libs/fiftyfivenm_ver
vmap fiftyfivenm_ver ./verilog_libs/fiftyfivenm_ver
vlog -vlog01compat -work fiftyfivenm_ver {installation folder/quartus/eda/sim_lib/fiftyfivenm_atoms.v}
vlog -vlog01compat -work fiftyfivenm_ver {install folder/quartus/eda/sim_lib/mentor/fiftyfivenm_atoms_ncrypt.v}

This issue is resolved in ModelSim-Intel FPGA Edition, which ships with Quartus® Prime v18.0 and later.




Experienced FAE
Free consultation is available.

From specific product specifications to parts selection, the Company FAE will answer your technical concerns free of charge. Please feel free to contact us.