The IP integrator (IPI) is used to create the
design.
On Linux, do the following.
- Go to the directory where the lab materials are stored:
cd <Extract_Dir>/Versal (for Versal devices)
- Launch Vivado IDE:
vivado
On Windows, do the following.
- Launch the Vivado IDE by selecting
(x denotes the latest version of Vivado 2024 IDE).
As an alternative, click the Vivado 2024.x Desktop icon to start Vivado IDE.
The Vivado IDE Getting Started page contains links to open or create projects, and to view documentation.
- In the Getting Started page, click in Tcl Console to type the command.
- Type the following command to generate a block design (BD):
source <Extract_Dir/Versal/design.tcl.Note: It might take a moment for the design to initialize in Vivado IDE.
- When the block design is generated, you can find the block design file (design_1.bd) in the Sources window. A top-level HDL wrapper around the block design is needed because a BD source cannot be synthesized.
- To generate the HDL wrapper:
- Right-click on your block design source file (design_1.bd) under Design Sources drop-down.
- Click Create HDL
Wrapper option.
- In the Create HDL
Wrapper dialog box, select the Let Vivado manage wrapper and
auto-update option and click OK.
The design is now ready for synthesis.