Visible to Intel only — GUID: dxb1644881125878
Ixiasoft
Visible to Intel only — GUID: dxb1644881125878
Ixiasoft
2.4.2. Temporarily Overriding the Compiler Optimization Mode
You can run a full compilation flow that temporarily overrides the compiler optimization mode set in the Quartus settings file (.qsf) for your design. The optimization mode set for your project in your settings file does not change and remains the default compilation strategy for your project.
Overriding the compiler optimization mode set in your project can be helpful when your project has long compile times and you want to quickly produce a bitstream for on-chip testing.
- -aggressive_compile_time
In the Aggressive Compile Time optimization mode, the Compiler reduces its performance optimization efforts and performs minimal reporting to provide a shorter compilation time.
- -fast_functional_test
In Fast Functional Test optimization mode, the Compiler minimizes its setup-timing optimization efforts to provide an even shorter compilation time.
quartus_sh --flow compile top -c rev1 -fast_functional_test
The selected optimization mode is enabled only for the duration of the compilation. After the compilation completes, Intel® Quartus® Prime returns to the compilation optimization strategy that is set in the project settings.