We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf23475 commit e8a0a6eCopy full SHA for e8a0a6e
flow/scripts/fillcell.tcl
@@ -4,14 +4,18 @@ if {[expr [file exists $::env(REPORTS_DIR)/congestion.rpt] && \
4
in DRC viewer to view congestion"
5
}
6
7
-source $::env(SCRIPTS_DIR)/load.tcl
8
-load_design 5_2_route.odb 4_cts.sdc
+source $::env(SCRIPTS_DIR)/util.tcl
9
10
if {[env_var_exists_and_non_empty FILL_CELLS]} {
+ source $::env(SCRIPTS_DIR)/load.tcl
11
+ load_design 5_2_route.odb 4_cts.sdc
12
+
13
set_propagated_clock [all_clocks]
14
15
filler_placement $::env(FILL_CELLS)
16
check_placement
-}
17
-write_db $::env(RESULTS_DIR)/5_3_fillcell.odb
18
+ write_db $::env(RESULTS_DIR)/5_3_fillcell.odb
19
+} else {
20
+ log_cmd exec cp $::env(RESULTS_DIR)/5_2_route.odb $::env(RESULTS_DIR)/5_3_fillcell.odb
21
+}
0 commit comments