Forum Discussion
nikhilnh924
New Contributor
3 years agoAltera on chip IP core simulation model errors due to generated encrypted files from quartus.
Hello everyone. I have generated the on-chip flash IP core simulation model files in VHDL using Quartus prime lite v18.1. I use this generated VHDL and msim_tcl script file for simulation using th...
VenT_Altera
Frequent Contributor
3 years agoHi,
Since you couldn't provide the project file, it's difficult to debug the errors. For my end, I have tried a design example of MAX10 that utilizes on-chip flash IP. I managed to successfully simulate the design in Modelsim.
Steps to simulate in Modelsim:
- Open Modelsim (not from Quartus RTL Simulation)
- Cd to msim_setup.tcl file directory
- do msim_setup.tcl
- ld
- run 100ns (to see the waveform)
Attached the design example .qar file. You may try it out and view the port connection. Let me know if the design example helps.
Thanks.
Best Regards,
Ven Ting
- VenT_Altera3 years ago
Frequent Contributor
Attached the design example .qar file