Skip to content

Commit d054702

Browse files
authored
remove unset_propagated_clock (#1908)
- Remove `unset_propagated_clock` from: 1- `scripts/openroad/floorplan.tcl` 2- `scripts/openroad/resizer.tcl` 3- `scripts/openroad/sta/multi_corner.tcl` To avoid using a generated SDC that doesn't include `set_propagated_clock` in signoff STA
1 parent 32dc185 commit d054702

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

scripts/openroad/floorplan.tcl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ read_libs -typical "$::env(LIB_SYNTH_COMPLETE)"
1616
read_lef $::env(MERGED_LEF)
1717
read_netlist
1818

19-
unset_propagated_clock [all_clocks]
20-
2119
set bottom_margin [expr $::env(PLACE_SITE_HEIGHT) * $::env(BOTTOM_MARGIN_MULT)]
2220
set top_margin [expr $::env(PLACE_SITE_HEIGHT) * $::env(TOP_MARGIN_MULT)]
2321
set left_margin [expr $::env(PLACE_SITE_WIDTH) * $::env(LEFT_MARGIN_MULT)]

scripts/openroad/resizer.tcl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ if { $::env(RSZ_MULTICORNER_LIB) } {
2020
lappend read_args -lib_typical $::env(RSZ_LIB)
2121
read {*}$read_args
2222

23-
unset_propagated_clock [all_clocks]
24-
2523
# set rc values
2624
source $::env(SCRIPTS_DIR)/openroad/common/set_rc.tcl
2725

scripts/openroad/sta/multi_corner.tcl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,6 @@ if { [info exists ::env(ESTIMATE_PARASITICS)]} {
5454
estimate_parasitics {*}$::env(ESTIMATE_PARASITICS)
5555
}
5656

57-
if { $::env(STA_PRE_CTS) } {
58-
if { [info exists ::env(DEBUG)] && $::env(DEBUG) } {
59-
puts "sta pre cts"
60-
}
61-
unset_propagated_clock [all_clocks]
62-
}
63-
6457
puts "min_report"
6558
puts "\n==========================================================================="
6659
puts "report_checks -path_delay min (Hold)"

0 commit comments

Comments
 (0)