This repository contains scripts to run InTime via its Tcl Console or on the command-line. There are 3 ways to run InTime using a Tcl script.
- From a command-line shell
- From the Tcl Console in the InTime GUI
- From the Vivado Tcl Console
- sample-designs : Quickstart designs for the various flows described here.
- scripts : Sample scripts to run InTime for each of these methods - command-line, InTime GUI or Vivado Tcl console.
Using a command-line shell, a typical way to start InTime is as showed below:
intime.sh -mode batch -project <proj> -s intimeflow.tcl
- For project mode, specify an XPR file in the
<proj>
option. - For non-project mode, specify a Tcl build script in the
<proj>
option.
*Sample XPR projects and Tcl build scripts are available in the sample-designs folder.
For InTime versions 2.6.10 and older, a post-synthesis DCP file is required for non-project mode.
- Latest version of InTime.
- Vivado with an appropriate license properly registered in InTime. If you have not done so, please refer to this page
For more information about InTime, click here. To learn more about the InTime GUI, refer to this video.