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 f17e23a commit 59b4ee2Copy full SHA for 59b4ee2
flow/scripts/fillcell.tcl
@@ -4,10 +4,9 @@ if {[expr [file exists $::env(REPORTS_DIR)/congestion.rpt] && \
4
in DRC viewer to view congestion"
5
}
6
7
-source $::env(SCRIPTS_DIR)/util.tcl
+source $::env(SCRIPTS_DIR)/load.tcl
8
9
if {[env_var_exists_and_non_empty FILL_CELLS]} {
10
- source $::env(SCRIPTS_DIR)/load.tcl
11
load_design 5_2_route.odb 4_cts.sdc
12
13
set_propagated_clock [all_clocks]
0 commit comments