Step 1: Configuring and Running the Timing Simulation using Vivado Simulator - 2020.2 English

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

Document ID
UG997
Release Date
2020-11-18
Version
2020.2 English
  1. In the Implementation Complete dialog box, select Open Implemented Design and click OK to open the implemented design. When prompted to save the project before opening an implemented design, click Don’t Save.

    Now you are ready to set up and launch the Vivado simulator to run post implementation timing simulation. You will set the timing simulation properties in the Vivado IDE, then run the timing simulation.

  2. In the Flow Navigator, click Settings and select the Simulation tab to set the timing simulation properties.
  3. In the Project Settings dialog box, note that the following defaults are automatically set:
    • Simulation set: sim_1
    • Simulation top-module name: testbench
  4. In the Elaboration tab, make sure that debug_level is set to typical, which is the default value.
  5. In the Simulation tab, set the SAIF file name xsim.simulate.saif to power_tutorial_timing_xsim.saif.
  6. Set the xsim.simulate.saif_scope to testbench/dut_fpga.
  7. Observe that the simulation run time xsim.simulate.runtime is 1000ns
  8. Click OK.

    With the simulation settings properly configured, you can launch the Vivado simulator to perform a timing simulation of the post implemented design.

  9. In the Flow Navigator, click Run Simulation > Run Post-Implementation Timing Simulation

  10. After the Vivado simulator has finished simulating the design, ensure that the SAIF file requested has been generated. Check to see that the SAIF file requested in the simulation settings prior to running simulation appears in this directory:

    <project_directory>/power_tutorial1/power_tutorial1.sim/ sim_1/impl/timing/power_tutorial_timing_xsim.saif