Forum Discussion
Hi,
I have looked at the log file you shared seems like you are missing the Arria10 libraries.
You can refer to list of library files needed from the IP autogenerated script located at <ip_name>/sim/cadence/ncsim_setup.sh
in your case is "src/megawizard/fpga_pll/sim/cadence/ncsim_setup.sh"
I would suggest to reference the Library files from Quartus installation directory instead of copying to local directory, or use the Library compiler to compile these libraries as suggested in previous reply by @Abe
Solution to your simulation setup. Update your sim.vc file to include all the libraries needed and then try to run simulation.
"
-v ./quartus/eda/sim_lib/altera_primitives.v
-v ./quartus/eda/sim_lib/220model.v
-v ./quartus/eda/sim_lib/sgate.v
-v ./quartus/eda/sim_lib/altera_mf.v
-v ./quartus/eda/sim_lib/altera_lnsim.sv
-v ./quartus/eda/sim_lib/twentynm_atoms.v
-v ./quartus/eda/sim_lib/cadence/twentynm_atoms_ncrypt.v
-v ./quartus/eda/sim_lib/cadence/twentynm_hssi_atoms_ncrypt.v
-v ./quartus/eda/sim_lib/twentynm_hssi_atoms.v
-v ./quartus/eda/sim_lib/cadence/twentynm_hip_atoms_ncrypt.v
-v ./quartus/eda/sim_lib/twentynm_hip_atoms.v
"
Hope this information will be helpful to you in order to proceed.
Thanks,
Arslan