- To open Vivado, do either of the following:
- On Linux:
- Change to the directory where the lab materials
are
stored:
cd <Extract_Dir>/Vivado_Tutorial
- Launch the Vivado Design Suite Tcl shell, and source a Tcl
script to create the tutorial
design:
vivado -mode tcl -source create_bft_kintex7_batch.tcl
- Change to the directory where the lab materials
are
stored:
- On Windows:
- Launch the Vivado Design Suite Tcl shell:Note: Your Vivado Design Suite Xilinx installation may be called Design Tools on the Start menu.
- In the Tcl shell, change to the directory where
the lab materials are
stored.
Vivado% cd <Extract_Dir>/Vivado_Tutorial
- Source a Tcl script to create the design
tutorial.
Vivado% source create_bft_kintex7_batch.tcl
After the sourced script has completed, the Vivado Design Suite Tcl shell, hereafter called the Tcl shell, displays the Tcl prompt:
Vivado%
You can enter additional Tcl commands from the Tcl prompt.
- Launch the Vivado Design Suite Tcl shell:
- On Linux: