Skip to content

Commit f441fbb

Browse files
authored
Merge pull request #3506 from The-OpenROAD-Project-staging/secure-enable-RD-sky130hd-jpeg
Enable Routability Driven Placement in sky130hd/jpeg
2 parents bb27eaa + e960138 commit f441fbb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

flow/designs/sky130hd/jpeg/config.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,3 @@ export TNS_END_PERCENT = 100
1313
export FASTROUTE_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/fastroute.tcl
1414

1515
export REMOVE_ABC_BUFFERS = 1
16-
17-
# workaround for density growing to 0.91 from adjustments on TD/RD iterations
18-
export GPL_ROUTABILITY_DRIVEN = 0

flow/designs/sky130hd/jpeg/rules-base.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {
31-
"value": 166,
31+
"value": 153,
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
@@ -44,7 +44,7 @@
4444
"compare": "<="
4545
},
4646
"detailedroute__antenna_diodes_count": {
47-
"value": 93,
47+
"value": 170,
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {

0 commit comments

Comments
 (0)