You can run the non_project_run.tcl script in Vivado Design Suite batch mode or Tcl mode.
- Batch mode runs the sourced script, and automatically exits the tool after the script finishes processing.
- Tcl mode runs the sourced script, and returns to the Tcl command prompt when finished.
- Navigate to the directory where the lab materials are stored:
- On Linux:
cd <Extract_Dir>/lab_4
- On Linux:
- Launch the Vivado Design Suite Tcl shell
and source a Tcl script to create the tutorial design:
- On Linux:
vivado -mode tcl -source non_project_run.tcl - On Windows, click to launch the Vivado Design Suite Tcl shell.
- On Linux:
- In the Tcl shell:
- Navigate to the directory where the lab materials are
stored:
Vivado% cd <Extract_Dir>/lab_4 - Source the Tcl script to create the
design:
Vivado% source non_project_run.tclAfter the sourced script is complete, the Tcl shell displays the
Vivado%prompt.Important: If your Tcl script contains an error, the script halts execution at the point of the error. You must fix the error and re-source the Tcl script as needed. If you are running in Tcl mode, you might need to close the current project withclose_projector exit the Vivado tool to source the Tcl script again.
Running the script results in the creation of a directory called IP. The system writes output products for the various IPs used in the design to this directory. It also writes reports, design checkpoints, and a bitstream for the design to disk.
- Navigate to the directory where the lab materials are
stored:
- You can open the design in the Vivado IDE to perform further
analysis. To open the Vivado IDE from the Tcl prompt type:
start_gui.