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
).
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.