Step 1: Creating a New Project - 2022.1 English

Vivado Design Suite Tutorial: Logic Simulation (UG937)

Document ID
UG937
Release Date
2022-05-31
Version
2022.1 English
The Vivado® Integrated Design Environment (IDE), as shown in the following figure, lets you launch simulation from within design projects, automatically generating the necessary simulation commands and files.

Create a new project for managing source files, add IP to the design, and run behavioral simulation:

  1. On Windows, launch the Vivado IDE by selecting Start > All Programs > Xilinx Design Tools > Vivado 2022.x > Vivado 2022.x.

    (x denotes the latest version of Vivado 2022 IDE)



    Note: Your Vivado ML Editions installation might be called something other than Xilinx® Design Tools on the Start menu.
  2. In the Vivado IDE Getting started page, click Create Project.
  3. In the New Project wizard, click Next and enter a project name: project_xsim.
  4. For the Project location, browse to the folder containing the extracted tutorial data, <Extract_Dir>. Make sure to check the Create project subdirectory option and click Next.

    Note: The Create project subdirectory option is preselected.
  5. In the Project Type page, select RTL Project and click Next.

  6. In the Add Source page, click Add Directories and add the extracted tutorial design data:
    • <Extract_Dir>/sources
    • <Extract_Dir>/sim
    Note: You can press the Ctrl key to click and select multiple files or directories.
  7. Set the Target Language to Verilog to indicate the netlist language for synthesis.
  8. Set the Simulator language to Mixed as shown in the following figure.

    The Simulator language indicates which languages the logic simulator supports or requires. Vivado Design Suite ensures the availability of simulation models of any IP cores in the design by using the available synthesis files to generate the required language-specific structural simulation model when generating output targets. For more information on working with IP cores and the Xilinx IP catalog, refer to the Vivado Design Suite User Guide: Designing with IP (UG896). You can also work through the Vivado Design Suite Tutorial: Designing with IP (UG939).

  9. Click Next.
  10. Click Next to bypass the Add Constraints page.

    In the Default Part page shown in the following figure, select Boards, and then select either Kintex®-7 KC705 Evaluation Platform for 7 series or Kintex-UltraScale KCU105 Evaluation Platform for UltraScale devices and click Next.

    Note: The Add sources from subdirectories option is preselected.
  11. Review the New Project Summary page.
  12. Click Finish to create the project.

    Vivado opens the new project in the Vivado IDE, using the default view layout.