Skip to content

Commit da7d964

Browse files
committed
fix report_metrics.tcl
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 2785ca3 commit da7d964

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flow/scripts/report_metrics.tcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ proc report_metrics { stage when {include_erc true} {include_clock_skew true} }
4343
report_puts "\n=========================================================================="
4444
report_puts "$when report_checks -path_delay min"
4545
report_puts "--------------------------------------------------------------------------"
46-
report_checks -path_delay min -fields {slew cap input nets fanout} -format full_clock_expanded >> $filename
46+
report_checks -path_delay min -fields {slew cap input net fanout} -format full_clock_expanded >> $filename
4747

4848
report_puts "\n=========================================================================="
4949
report_puts "$when report_checks -path_delay max"
5050
report_puts "--------------------------------------------------------------------------"
51-
report_checks -path_delay max -fields {slew cap input nets fanout} -format full_clock_expanded >> $filename
51+
report_checks -path_delay max -fields {slew cap input net fanout} -format full_clock_expanded >> $filename
5252

5353
report_puts "\n=========================================================================="
5454
report_puts "$when report_checks -unconstrained"
5555
report_puts "--------------------------------------------------------------------------"
56-
report_checks -unconstrained -fields {slew cap input nets fanout} -format full_clock_expanded >> $filename
56+
report_checks -unconstrained -fields {slew cap input net fanout} -format full_clock_expanded >> $filename
5757

5858
if {$include_erc} {
5959
report_puts "\n=========================================================================="

0 commit comments

Comments
 (0)