Skip to content

Commit f497123

Browse files
authored
Merge pull request #1171 from The-OpenROAD-Project-staging/cdl-fix
In cdl.tcl use the final db which has run global_connect
2 parents b4f73d0 + f8457ba commit f497123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/cdl.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source $::env(SCRIPTS_DIR)/load.tcl
2-
load_design 6_1_fill.odb 6_final.sdc "Starting CDL"
2+
load_design 6_final.odb 6_final.sdc "Starting CDL"
33

44
write_cdl -masters $::env(CDL_FILE) $::env(RESULTS_DIR)/6_final.cdl

0 commit comments

Comments
 (0)