Forum Discussion
MAX10 fiftyfivenm encrypted module
Hi,
I use GPIO lite IP to generate an ODDR, it needs the fiftyfivenm_ddio_out/io_obuf/in_ibuf modules. But in fiftyfivenm_atoms.v, it also call the encrypted file as blew, fiftyfivenm_ddio_out_encrypted/fiftyfivenm_io_obuf_encrypted/fiftyfivenm_io_ibuf_encrypted.
If I want to use other simulator (not quartus-sim or modelsim), how do I simulate it?
Thanks,
DoverHsu
4 Replies
- DoverHsu
New Contributor
Using the Quartus 21.1.1 Lite version.
I check the Quartus v23.4 , only the ddio_out is encrypted.- KennyT_altera
Super Contributor
Do you have any update?
- KennyT_altera
Super Contributor
Can you try to follow the steps in https://docs.altera.com/r/docs/683248/18.0/modelsim-fpga-edition-simulation-quick-start-quartus-prime-standard-edition/modelsim-fpga-edition-simulation-quick-start-quartus-prime-standard-edition
What happened is that if the IP is encrypted, we will call out the .vo files netlist for the simulation. My suggestion is for you to run through the questasim to understand what files is needed first before you go with third party/other simulator.
- DoverHsu
New Contributor
Thanks for sharing information.
For now, we use another solution to achieve the same goal. But I'll try to generate the .vo files for NCsim later.