Forum Discussion
Sumanth
New Contributor
1 year ago
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.