Forum Discussion

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

Compilation Time

Hi,

Does anybody know how to reduce the compilation time from Quartuss II and the simulation time from ModelSim.

Thanks

4 Replies

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

    For Quartus compilation time, see "Tools --> Advisors --> Compilation Time Advisor". Also see "Compilation-Time Optimization Techniques" in Chapter 8, "Area, Timing and Power Optimization," in the Quartus handbook, Volume 2, Section III

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

    I've never heard of IncrediBuild. The web site at your link talks about distributing processes across "multiple cores/processors". Quartus has this ability built in. Some parts of compilation can use up to 4 CPUs. You control this in the field labeled "Maximum processors allowed for parallel compilation" on the "Compilation Process Settings" page of the Settings dialog box. Using n processors does not reduce compilation time to 1/n, but it does help. The Quartus report tells you how much it helped.

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

    Can you give some specifics? How long is your compile? How much time is spent in each flow (Synthesis, Fitting, etc.) The techniques you would use to reduce compile time vary greatly depending on where the bottlenecks are.