Create a new project for managing source files, add IP to the design, and run behavioral simulation:
- On Windows, launch the Vivado
IDE by selecting .
(x denotes the latest version of Vivado 2024 IDE)
Note: Your Vivado ML Editions installation might be called something other than AMD Design Tools on the Start menu. - In the Vivado IDE Getting started page, click Create Project.
- In the New Project wizard, click Next and enter a project name: project_xsim.
- 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. - In the Project
Type page, select RTL
Project and click Next.
- 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. - Set the Target Language to Verilog to indicate the netlist language for synthesis.
- Set the Simulator
language to Mixed as shown in the following figure.
The Simulator language indicates languages which 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 AMD 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).
- Click Next.
- Click Next to bypass the
Add Constraints
page.
In the Default Part page shown in the following figure, select Boards, and then select either AMD 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.
- Review the New Project Summary page.
- Click Finish to create
the project.
Vivado opens the new project in the Vivado IDE, using the default view layout.