Forum Discussion
Altera_Forum
Honored Contributor
17 years agoHi Ardni
I used to use Leonardo for Synthesis but I always used it as a separate tool - i.e. I'd set up the Leonardo project manually, run the synthesis without touching Quartus (or necessarily having the Quartus project set up). Then I would create the Quartus project (if it hadn't already been done) with the edif from Leonardo. Like you, I never put the LPM files into Leonardo - it leaves them as a black box. The Quartus project should include the edif and any LPM files that you use. Obviously I see that you're trying to have everything run in one click. Basically I did this with a tcl script - i.e. I wrote a script that would run leonardo and then quartus in succession. You could perhaps write a script that you run from Quartus if you want. Sorry I can't fix the exact problem you've got but I hope that this gives you some ideas.