Skip to content

Commit 548eb0d

Browse files
committed
update tool scripts
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 776143b commit 548eb0d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

flow/scripts/detail_route.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source $::env(SCRIPTS_DIR)/load.tcl
33
if { [info exists ::env(USE_WXL)]} {
44
set db_file 4_cts.odb
55
} else {
6-
set db_file 5_1_grt.odb
6+
set db_file 5_2_fillcell.odb
77
}
88
load_design $db_file 4_cts.sdc "Starting detailed routing"
99
set_propagated_clock [all_clocks]
@@ -74,5 +74,5 @@ if { [info exists ::env(POST_DETAIL_ROUTE_TCL)] } {
7474
}
7575

7676
if {![info exists save_checkpoint] || $save_checkpoint} {
77-
write_db $::env(RESULTS_DIR)/5_2_route.odb
77+
write_db $::env(RESULTS_DIR)/5_3_route.odb
7878
}

flow/scripts/fillcell.tcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
utl::set_metrics_stage "cts__{}"
1+
utl::set_metrics_stage "globalroute__{}"
22
source $::env(SCRIPTS_DIR)/load.tcl
3-
load_design 4_1_cts.odb 3_place.sdc "Starting fill cell"
3+
load_design 5_1_grt.odb 4_cts.sdc "Starting fill cell"
44

55
set_propagated_clock [all_clocks]
66

77
filler_placement $::env(FILL_CELLS)
88
check_placement
99

1010
if {![info exists save_checkpoint] || $save_checkpoint} {
11-
write_db $::env(RESULTS_DIR)/4_2_cts_fillcell.odb
11+
write_db $::env(RESULTS_DIR)/5_2_fillcell.odb
1212
}

0 commit comments

Comments
 (0)