Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

compilation time

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.

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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 :-)