Forum Discussion
Jonas
New Contributor
3 months agoHow to Simulate the ADC IP from MAX 10
Hi, I want to simulate the ADC IP. I have generated a qsys file and then I have generated the Synthesis and Simulations files (both VHDL) in Quartus Prime Lite I have set the simulator to Qu...
ChrisR_Altera
Occasional Contributor
3 months agoMake sure you are generating the simulation files and testbench in Platform Designer?
In your testbench folder, you should have sim/mentor/msim_setup.tcl. Open that and you should see a top level template (TOP-LEVEL TEMPLATE - BEGIN/END). Take the template and make a mentor.do file and edit with your files/options. Using this template will make sure all the required libraries are being added (and hopefully fixing your issue)