![]() UL3524 Ultra Low Latency Trading |
Loading a Reference Design Vivado Project¶
Overview¶
Details how to create and load a Vivado reference design.
Each reference design has a Tcl-script (setup.tcl
) which allows the design to be recreated. The script will:
Create the project
Add source RTL files to the project
Generate IP (if applicable)
Generate IPI block design (if applicable)
Instructions¶
Use the steps below to load and recreate a reference design.
NOTE: Prior to running the script, ensure you have folder read/write access.
Open Vivado (either GUI or Tcl mode)
If opening the GUI, enter CTRL+Shift+T to open the Tcl console window
From within the Vivado Tcl command line, change directory to the Vivado_Project of the specific reference design to be loaded.
cd ./<reference_design_name>/Vivado_Project/
Run the following Tcl script from within the Vivado Tcl command line to create and load the design:
source ./setup.tcl
A directory with all the project files will be created in:
./<reference_design_name>/Vivado_Project/<project_name>
Once the script is complete, the following message will be displayed:
# ------------------------------------------------------
#
# Setup Complete...
#
# ------------------------------------------------------
Synthesis and implementation can be run through the GUI or Tcl command line.
Next Steps¶
Next steps can include:
Support¶
For additional documentation, please refer to the UL3524 product page and the UL3524 Lounge.
For support, contact your FAE or refer to support resources at: https://support.xilinx.com
Copyright © 2020–2023 Advanced Micro Devices, Inc