Intel® Quartus® Prime Standard Edition User Guide: Scripting

ID 683325
Date 9/24/2018
Public
Document Table of Contents

1.8.8. Fit a Design as Quickly as Possible

This example assumes that a project called top exists in the current directory, and that the name of the top-level entity is top. The --effort=fast option causes the quartus_fit to use the fast fit algorithm to increase compilation speed, possibly at the expense of reduced fMAX performance. The --one_fit_attempt=on option restricts the Fitter to only one fitting attempt for the design.

To attempt to fit the project called top as quickly as possible, type the command shown at a command prompt.

quartus_fit top --effort=fast --one_fit_attempt=on