AN 1007: Partial Reconfiguration Design Simulation Tutorial
ID
819958
Date
5/17/2024
Public
1. Partial Reconfiguration Design Simulation Tutorial Introduction
2. Partial Reconfiguration Simulation Overview
3. Partial Reconfiguration Simulation Capabilities
4. Types of Verification Achievable Through Simulation
5. Partial Reconfiguration Simulation Requirements
6. Partial Reconfiguration Simulation Reference Design Requirements
7. Partial Reconfiguration Simulation Reference Design Overview
8. Partial Reconfiguration Simulation Reference Design Files
9. PR Simulation Reference Design Walkthrough
10. PR Simulation Results
11. Document Revision History for AN 1007: Partial Reconfiguration Design Simulation Tutorial
9.1. Step 1: Getting Started
9.2. Step 2: Creating a Project Revision for PR Simulation
9.3. Step 3: Adding RTL Design Files to the pr_sim Revision
9.4. Step 4: Adding PR Simulation Design Files to the pr_sim Revision
9.5. Step 5: Generating Gate-level PR Simulation Models for the Persona
9.6. Step 6: Preparing the Setup Simulation Script
9.7. Step 7: Run PR Simulation
9.6. Step 6: Preparing the Setup Simulation Script
After design setup and PR simulation model generation, you can begin PR simulation. This design example includes the run_pr_sim.do simulator setup file. This script automatically compiles the testbench, the design, the PR persona model, and library files, and then starts and runs simulation. You can adapt this design example .do script for your own design.
To prepare the setup simulation script:
- Copy the run_pr_sim.do file from the pr_sim directory to your pr project directory.
- Open the run_pr_sim.do file in a text editor.
- In the run_pr_sim.do file, replace the quartus_dir variable with the value of the QUARTUS_ROOTDIR environment variable. To determine the path of the QUARTUS_ROOTDIR environment variable, run the following command:
env | grep QUARTUS_ROOTDIR
- Save the modified run_pr_sim.do file.