<#1738 sta.tcl script, trying to show all scripts ...
# openlane-development
g
#1738 sta.tcl script, trying to show all scripts in max and min reports Issue created by eusanchez Discussed in #1717 Originally posted by eusanchez April 4, 2023 Hello everyone, I want to be able to see every min and max report in the log directory in the sta.tcl file, but in the scripts it seems like there is a command -group_count that is not making it possible, i try different ways like not putting any number (only shows one report), removing -group_count (not working at all), and substitute with other commands like "-all_violators" or "violators_only" but it seems not working, can someone help me please. Here is a sneak peak of min reports in the script, this file just in case is in scripts directory, in openroad subdirectory. puts "min_report" puts "\n===========================================================================" puts "report_checks -path_delay min (Hold)" puts "============================================================================" report_checks -path_delay min -fields {slew cap input nets fanout} -format full_clock_expanded -group_count 5 puts "min_report_end" The-OpenROAD-Project/OpenLane