Background:
By default, InTime uses the generated strategy names like calibrate_5 when exporting strategies to new FPGA project design revisions / runs. If you would like to specify your own names, here is how to do so.
Instructions:
Via the GUI
- Set the flow properties as shown below:
Via Tcl commands
- At the InTime Tcl Console (or in a Tcl script),
-
plunify> flow set strategy_export_synth_name synth_1 plunify> flow set strategy_export_impl_name impl_1
In InTime, export the strategy and the specified names will be applied to the resulting script.
Applies to:
- Vivado projects
- Linux Operating System
- Windows Operating System