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

Simulation errors in Quartus generated simulation script for VCS tool

Suresh430
Beginner
544 Views

Hi All, 

           Designed a platform with building blocks like HPS, OCM and HPS EMIF DDR. Executed the Quartus design simulation script for VCS tool. Encountered with  errors regarding quartus internal encrypted files. 

Simulation Script:
run_vcs="vcs -lca -timescale=1ps/1ps -sverilog +verilog2001ext+.v $ELAB_OPTIONS $USER_DEFINED_ELAB_OPTIONS \
-l vcs_run.log \
-v $QUARTUS_INSTALL_DIR/eda/sim_lib/220model.v \
-v $QUARTUS_INSTALL_DIR/eda/sim_lib/sgate.v \
-v $QUARTUS_INSTALL_DIR/eda/sim_lib/altera_primitives.v \
-v $QUARTUS_INSTALL_DIR/eda/sim_lib/altera_mf.v \
$QUARTUS_INSTALL_DIR/eda/sim_lib/altera_lnsim.sv \
$QUARTUS_INSTALL_DIR/eda/sim_lib/tennm_atoms.sv \
$QUARTUS_INSTALL_DIR/eda/sim_lib/synopsys/tennm_atoms_ncrypt.sv \
$QUARTUS_INSTALL_DIR/eda/sim_lib/fmica_atoms_ncrypt.sv \
$QUARTUS_INSTALL_DIR/eda/sim_lib/tennm_hssi_atoms.sv \
$QUARTUS_INSTALL_DIR/eda/sim_lib/tennm_hssi_atoms_ncrypt.sv \
$QUARTUS_INSTALL_DIR/eda/sim_lib/ctfb_hssi_atoms.sv \
$QUARTUS_INSTALL_DIR/eda/sim_lib/synopsys/ctfb_hssi_atoms_ncrypt.sv \
$QUARTUS_INSTALL_DIR/eda/sim_lib/synopsys/ctfb_hssi_atoms2_ncrypt.sv \
$QUARTUS_INSTALL_DIR/../devices/sim_lib/tennm_agilex7_io96.sv \
$QUARTUS_INSTALL_DIR/../devices/sim_lib/tennm_agilex7_io96_ncrypt.sv \
$common_design_files \
$design_files \
$USER_DEFINED_ELAB_OPTIONS_APPEND \
-top $TOP_LEVEL_NAME
"



Error Message:

Parsing design file '/blrsim2/Tools/Intel/Quartus-pro-23_4/quartus//eda/sim_lib/synopsys/ctfb_hssi_atoms2_ncrypt.sv'
Parsing design file '/blrsim2/Tools/Intel/Quartus-pro-23_4/quartus//../devices/sim_lib/tennm_agilex7_io96.sv'
Parsing design file '/blrsim2/Tools/Intel/Quartus-pro-23_4/quartus//../devices/sim_lib/tennm_agilex7_io96_ncrypt.sv'

Error-[PE_CDB] Corrupted data_block
Checksum did not match for data_block in file
'/blrsim2/Tools/Intel/Quartus-pro-23_4/quartus//../devices/sim_lib/tennm_agilex7_io96_ncrypt.sv'
at line 5083314.

CPU time: 268.274 seconds to compile

 

Please support on this.

BR

Suresh

 

Labels (1)
0 Kudos
3 Replies
KennyTan_Altera
Moderator
314 Views

Sorry for the late reply on this, our team are currently looking into this and get back to you as soon as possible.


0 Kudos
RichardTanSY_Altera
302 Views

Sorry for the delay.

Were you able to resolve the issue?

Do you need any further assistance from my side?

 

If possible, could you upgrade your design to the latest Quartus Pro version 25.1.1 and check if the issue still persists?

 

Regarding simulation, you might want to try removing the following line from your simulation script:

 

$QUARTUS_INSTALL_DIR/eda/sim_lib/tennm_hssi_atoms_ncrypt.sv \

 

and keep only the non-encrypted simulation file:

 

$QUARTUS_INSTALL_DIR/eda/sim_lib/tennm_hssi_atoms.sv \

 

Let me know if this helps or if you encounter any further issues.

 

Regards,

Richard Tan

 

 

0 Kudos
RichardTanSY_Altera
127 Views

Hi,


Any update on this?


Regards,

Richard Tan


0 Kudos
Reply