Skip to content

Commit a236373

Browse files
committed
Keep the routing blockages in the final .odb
Signed-off-by: Matt Liberty <[email protected]>
1 parent d2cedf1 commit a236373

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

flow/scripts/density_fill.tcl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ load_design 5_route.odb 5_route.sdc "Starting density fill"
33

44
set_propagated_clock [all_clocks]
55

6-
# Delete routing obstructions for final DEF
7-
source $::env(SCRIPTS_DIR)/deleteRoutingObstructions.tcl
8-
deleteRoutingObstructions
9-
106
density_fill -rules $::env(FILL_CONFIG)
117

128
write_db $::env(RESULTS_DIR)/6_1_fill.odb

flow/scripts/final_report.tcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ set_propagated_clock [all_clocks]
77
# Ensure all OR created (rsz/cts) instances are connected
88
global_connect
99

10+
write_db $::env(RESULTS_DIR)/6_final.odb
11+
1012
# Delete routing obstructions for final DEF
1113
source $::env(SCRIPTS_DIR)/deleteRoutingObstructions.tcl
1214
deleteRoutingObstructions
1315

14-
write_db $::env(RESULTS_DIR)/6_final.odb
1516
write_def $::env(RESULTS_DIR)/6_final.def
1617
write_verilog $::env(RESULTS_DIR)/6_final.v
1718

0 commit comments

Comments
 (0)