Skip to content

Commit

Permalink
Comment part incompatible with old OpenSTAs
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Sep 5, 2024
1 parent bceb390 commit 9dd3272
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions scripts/openroad/sta/multi_corner.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,14 @@ foreach clock [all_clocks] {

puts "check_nonpropagated_clocks_end"

foreach clock [all_clocks] {
report_clock_properties $clock
report_clock_latency -clock $clock
report_clock_min_period -clocks [get_property $clock name]
}
# puts "report_clock"

# foreach clock [all_clocks] {
# report_clock_properties $clock
# report_clock_latency -clock $clock
# report_clock_min_period -clocks [get_property $clock name]
# }

puts "report_clock_end"
# puts "report_clock_end"

write -no_global_connect

0 comments on commit 9dd3272

Please sign in to comment.