Forum Discussion

rshal2's avatar
rshal2
Icon for Occasional Contributor rankOccasional Contributor
6 years ago

very low compilation time

Hello,

I am new with using quartus.

I am using an already big project FPGA.

This first compilation of the project took 1 hour and 22 seconds !!

The even more surprising fact is that clicking the compile button again - without any modification at all - again too 1:20 hours !

I use lite edition, version 15.1.

Why does it take that long - even without any modifications ?

Thank you,

ran

4 Replies

  • Can you try to download the latest Quartus Prime Lite version 18.1 and try to compile again?
  • sstrell's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

    Unless you choose to reuse the compilation results from a previous compile (incremental compilation) or enable an option to skip parts of compilation (smart compilation), the time for a compile will be mostly the same because it has to start the compile from scratch again. The Lite edition does not include the incremental compilation feature which could help save compile time.

    #iwork4intel

  • skyjuice's avatar
    skyjuice
    Icon for Occasional Contributor rankOccasional Contributor

    There are a lot of factors which influence compilation time.

    1. Overall resource usage in your design - the larger the longer it will take to compile.
    2. How hard it is to route your netlist
    3. Is your design timing critical
    4. Is your timing constraints done correctly
    • rshal2's avatar
      rshal2
      Icon for Occasional Contributor rankOccasional Contributor

      Thank you for the answer,

      Yet, I think that some application note, or wiki can be very helpful with this issue

      Thanks