Create the sample design project within the Vivado 2018.1 (or newer) IDE.
- In the Vivado IDE, start a new session in GUI or Tcl mode.
- From the command prompt, set one of the following boards to be the
target:
-
set board "vcu118"
-
set board "kcu116"
-
- Launch the creation script:
-
source PR_over_PCIe_project.tcl
-
- If the script was launched in Tcl mode, open the Vivado IDE to see the full project:
-
start_gui
-
- Expand the design hierarchy in the Sources window to see the overall
structure of the design.
Note: The diamond icon next to inst_shift indicates that it is a Reconfigurable Partition.
This design has a simple reconfigurable function of shifting LEDs on the demo board. This part of the design is kept simple so it compiles quickly and focuses the attention on the bitstream delivery details. The sample design is delivered with two Reconfigurable Modules:
- shift_left
- shift_right