File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 =========================================================================="
You can’t perform that action at this time.
0 commit comments