forked from The-OpenROAD-Project/OpenROAD-flow-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request The-OpenROAD-Project#1555 from eder-matheus/test-r…
…epair_antennas enable repair_antennas after global route
- Loading branch information
Showing
6 changed files
with
26 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
utl::set_metrics_stage "cts__{}" | ||
utl::set_metrics_stage "globalroute__{}" | ||
source $::env(SCRIPTS_DIR)/load.tcl | ||
load_design 4_1_cts.odb 3_place.sdc "Starting fill cell" | ||
load_design 5_1_grt.odb 4_cts.sdc "Starting fill cell" | ||
|
||
set_propagated_clock [all_clocks] | ||
|
||
filler_placement $::env(FILL_CELLS) | ||
check_placement | ||
|
||
if {![info exists save_checkpoint] || $save_checkpoint} { | ||
write_db $::env(RESULTS_DIR)/4_2_cts_fillcell.odb | ||
write_db $::env(RESULTS_DIR)/5_2_fillcell.odb | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule OpenROAD
updated
90 files