Background:
Once you have exported a strategy as a Tcl script via Save Strategy to Tcl Script, here is how you can run this script in Quartus to apply the settings onto your design:
Instructions:
- Open your project.
- Go to View>Utility Windows and enable the Tcl Console.
- In the Tcl console panel, source the exported Tcl script.
- You should see that a new revision has been created (By default, named after the strategy you exported). Set the new revision as the active revision.
- Compile the new revision. Once the run completes, check the results. They should be the same as what was obtained in InTime.
tcl> source <path to script>/<strategy name>.tcl
Applies to:
- Linux Operating System
- Windows Operating System