Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17115 Discussions

Cyclone 10GX design Simulation Error

Sumanth
Beginner
880 Views
 

I have generated simulation library files from Quartus Prime Pro 2020.4 Tool. In my project I have remote update IP. 
When i try to run netlist simulation with Modelsim 2020.4 and QuestaSim 2021.4, I am getting below error 

Sumanth_1-1720428825400.png

Please help me on this.

Labels (1)
0 Kudos
3 Replies
TingJiangT_Intel
Employee
762 Views

Are you using custom script for simulation? If so you may use the script generated by Quartus as reference.

Seems some instances don't exist in your design but didn't show in the error message. Need more information about what you do and what your project contains.


0 Kudos
TingJiangT_Intel
Employee
704 Views

As we do not receive any response from you on the previous question/reply/answer that we have provided. Please login to ‘https://supporttickets.intel.com’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.


0 Kudos
Sumanth
Beginner
680 Views


I am using the script generated by Quartus as reference. 

I have resolved the issue now. 

The issue is resolved after removing the below files during simulation library generation.  

eval vlog $USER_DEFINED_VERILOG_COMPILE_OPTIONS $USER_DEFINED_COMPILE_OPTIONS "$QUARTUS_INSTALL_DIR/eda/sim_lib/mentor/cyclone10gx_atoms_ncrypt.v" -work cyclone10gx 

eval vlog $USER_DEFINED_VERILOG_COMPILE_OPTIONS $USER_DEFINED_COMPILE_OPTIONS "$QUARTUS_INSTALL_DIR/eda/sim_lib/mentor/cyclone10gx_atoms_ncrypt.v" -work cyclone10gx_ver 



Thanks for the support. 


0 Kudos
Reply