Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21611 Discussions

compilation time

Altera_Forum
Honored Contributor II
1,109 Views

hi , 

 

i changed my previous project code with small changes. previous it was taking 5 minutes to full compilation , but now it is taking 25 minutes for full compilation(fitter is taking so much time) on same system, i had not changed so much changes in code . 

 

on what this compilation time depends and how to reduce it.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
397 Views

Best guesses: 

- the small changes involved correction of major errors; if such errors caused a lot of logic gates to be unconnected or ininfluent on output behaviou, then a relevant part of the design was trimmed during logic synthesis and you actually had a smaller design than expected 

- you enabled Time Driven Synthesis or any other optimization feature in project settings 

- your machine has somehow become slower :-)
0 Kudos
Altera_Forum
Honored Contributor II
397 Views

You also have "Compilation Time Advisor" in Quartus.

0 Kudos
Reply