File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
doc/src/tutorials/timing_analysis Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ Post-Implementation Timing Analysis
66This tutorial describes how to perform static timing analysis (STA) on a circuit which has
77been implemented by :ref: `VPR ` using OpenSTA, an external timing analysis tool.
88
9+ A video of this tutorial can be found here: https://youtu.be/yihFJc7WOfE
10+
911External timing analysis can be useful since VPR's timing analyzer (Tatum) does
1012not support all timing constraints and does not provide a TCL interface to allow
1113you to directly interrogate the timing graph. VPR also has limited support for
Original file line number Diff line number Diff line change @@ -2716,8 +2716,8 @@ void add_propagated_clocks_to_sdc_file(std::ofstream& sdc_os) {
27162716 sdc_os << " #******************************************************************************#\n " ;
27172717 sdc_os << " # The following are clock domains in VPR which have delays on their edges.\n " ;
27182718 sdc_os << " #\n " ;
2719- sdc_os << " # Any non-virtual clock has its delay determined and written out as part of a" ;
2720- sdc_os << " # propagated clock command. If VPR was instructed not to route the clock, this" ;
2719+ sdc_os << " # Any non-virtual clock has its delay determined and written out as part of a\n " ;
2720+ sdc_os << " # propagated clock command. If VPR was instructed not to route the clock, this\n " ;
27212721 sdc_os << " # delay will be an underestimate.\n " ;
27222722 sdc_os << " #\n " ;
27232723 sdc_os << " # Note: Virtual clocks do not get routed and are treated as ideal.\n " ;
You can’t perform that action at this time.
0 commit comments