The Vivado® Design Suite allows you to create projects based on specific development boards.
When you select our TE boards as a development boards, you need first install TE Boards Support Package.
You now have two options for installing the TE BSP.
This Option allows you to install the BSP to any location of your choosing. The disadvantage is that it required an additional command to point the tools to your repository.
Setting this parameter in the Vivado TCL Console is shown below. Set the following parameter as the first command after the Vivado integrated design environment (IDE) opens. Notice the direction of the ‘/’ forward slash. A backward slash will be accepted, but the path will not be registered correctly. To use this method you will need issue the command each time you launch Vivado.
set_param project.boardPartRepoPaths C:/TE
If you finish to create the init.tcl file, place this file in the software installation:
installdir/Vivado/version/scripts/init.tcl
(To edit the .tcl file please pay attention the encoding mode, a wrong encoding mode will make error. Strings in Tcl are encoded using 16-bit Unicode characters!)
A working init.tcl file is provided in the archive with this tutorial. With this method you can set up a permanent initialization TCL that is read by Vivado each time it launches. Details about the init.tcl file are included in UG835 Vivado Design Suite Tcl Command Reference Guide. UG835 describes where to put the init.tcl file.
This is the quickest option, but it is not recommended by Xilinx. Use at your own risk.
Regardless of which method you choose, the new boards should now be visible in Vivado 2014.4 for vendor trenz.biz . To test this out, do the following.
The options should appear as shown.
For more information about this capability, please refer to the following Quick Take video.
http://www.xilinx.com/training/vivado/using-vivado-with-xilinx-evaluation-boards.htm
The software used is