Forum Discussion

JET60200's avatar
JET60200
Icon for Contributor rankContributor
5 years ago
Solved

Why Arria10 doesn't support "incremental compiling" in Quartus Pro 19.2

Hello expert, I have a Arria10 Project, and it needs 2+ hours to compile it completely. The project debugging is very very slow , becasue we need to wait the project compiling completiob each t...
  • KennyT_altera's avatar
    5 years ago

    We are doing some migration work, so the subscription might not ready. I will check internally.


    Can you upgrade to latest release 20.2? If no, you will have to use command line to run the rapid recompile.


    Put this to test.tcl and run it with quartus_sh -t test.tcl


    load_package design

    load_package flow

    project_open Test

    execute_flow -compile

    #execute_flow -recompile

    #execute_module -tool fit

    #execute_module -tool sta

    project_close