Accessing Existing Timing Analysis Results - 2023.2 English

Vitis Model Composer User Guide (UG1483)

Document ID
UG1483
Release Date
2023-11-15
Version
2023.2 English

A Launch button is provided under the HDL Analysis tab of the Vitis Model Composer Hub dialog box to relaunch the Timing Analyzer table using the existing timing analysis results for the model. Ensure that the specified Code Directory is readable by the Timing Analyzer, and the Analysis Type field is set to Timing. This will only work if you already ran timing analysis on the Simulink model and haven't changed the Simulink model since the last run.

When you click the Launch button, the Timing Analyzer table will display the timing analysis results stored in the specified Code Directory, regardless of the option selected for Perform Analysis (Post Synthesis or Post Implementation).

Figure 1. Launch Button

You can also launch the Timing Analyzer table to display existing timing analysis results by entering this command at the MATLAB command prompt:

xlAnalyzeTiming(<mdl_hdle>, <netlist_dir>)

where <mdl_hdle> is the Simulink® model handle (the handle of the top level design), and <netlist_dir> is the Code Directory specified in the Model Composer Hub dialog box.