Forum Discussion
Altera_Forum
Honored Contributor
11 years agoFor anyone else out there who comes across this issue. Here is the reply from Altera support
"The cyclone_atoms.v instantiante the encrypted modules (e.g cyclonev_dll_encrypted, cyclonev_termination_logic_encrypted, ect) which is found in cyclonev_atoms_ncrypt.v & cyclonev_hmi_atoms_ncrypt.v files. The encrypted files for mentor is found in <drive>:\altera\13.1\quartus\eda\sim_lib\mentor directory. When you generate the simulation models for qsys system that contain LPDDR2 and custom components, it should generate the msim_setup.tcl file which is placed in ~\testbench\mentor directory. It should compile, load and simulate the system successful if you execute the generated msim_setup.tcl file. But. you can actually also refer to this script if you want to create your own custom script to perfom simulation for your design." So the missing libraries are in the sim_lib\mentor\ directory and need compiled e.g. vlog "$QUARTUS_INSTALL_DIR/eda/sim_lib/mentor/cyclonev_hssi_atoms_ncrypt.v" -work cyclonev_hssi_ver