Skip to content

Commit 59b4ee2

Browse files
committed
fillcell: simplify
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent f17e23a commit 59b4ee2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flow/scripts/fillcell.tcl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ if {[expr [file exists $::env(REPORTS_DIR)/congestion.rpt] && \
44
in DRC viewer to view congestion"
55
}
66

7-
source $::env(SCRIPTS_DIR)/util.tcl
7+
source $::env(SCRIPTS_DIR)/load.tcl
88

99
if {[env_var_exists_and_non_empty FILL_CELLS]} {
10-
source $::env(SCRIPTS_DIR)/load.tcl
1110
load_design 5_2_route.odb 4_cts.sdc
1211

1312
set_propagated_clock [all_clocks]

0 commit comments

Comments
 (0)