Forum Discussion
DoverHsu
New Contributor
6 months agoMAX10 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_encry...
KennyT_altera
Super Contributor
6 months agoCan 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
6 months agoThanks 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.