Step 1: Creating a New Project - Step 1: Creating a New Project - 2025.1 English - UG997

Vivado Design Suite Tutorial: Power Analysis and Optimization (UG997)

Document ID
UG997
Release Date
2025-5-29
Version
2025.1 English
The IP integrator (IPI) is used to create the design.

On Linux, do the following.

  1. Go to the directory where the lab materials are stored:

    cd <Extract_Dir>/Versal (for Versal devices)

  2. Launch Vivado IDE: vivado

    On Windows, do the following.

  3. Launch the Vivado IDE by selecting Start > All Programs > Xilinx Design Tools > Vivado 2024.x > Vivado 2024.x (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.

  4. In the Getting Started page, click in Tcl Console to type the command.
  5. 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.


  6. 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.
  7. To generate the HDL wrapper:
    1. Right-click on your block design source file (design_1.bd) under Design Sources drop-down.
    2. Click Create HDL Wrapper option.

    3. 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.