Skip to content

Commit 497d649

Browse files
committed
update sky130hd/ibex configs and metrics
Signed-off-by: Eder Monteiro <[email protected]>
1 parent ecafa97 commit 497d649

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

flow/designs/sky130hd/ibex/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.
1616
export ADDER_MAP_FILE :=
1717

1818
export CORE_UTILIZATION = 45
19-
export PLACE_DENSITY_LB_ADDON = 0.2
19+
export PLACE_DENSITY_LB_ADDON = 0.25
2020
export TNS_END_PERCENT = 100
2121

2222
export FASTROUTE_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/fastroute.tcl

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {
31-
"value": 64,
31+
"value": 24,
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
35-
"value": 808993,
35+
"value": 801898,
3636
"compare": "<="
3737
},
3838
"detailedroute__route__drc_errors": {
@@ -44,15 +44,15 @@
4444
"compare": "<="
4545
},
4646
"detailedroute__antenna_diodes_count": {
47-
"value": 70,
47+
"value": 57,
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": -1.45,
51+
"value": -0.94,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {
55-
"value": 205228,
55+
"value": 204248,
5656
"compare": "<="
5757
},
5858
"finish__timing__drv__setup_violation_count": {
@@ -64,7 +64,7 @@
6464
"compare": "<="
6565
},
6666
"finish__timing__wns_percent_delay": {
67-
"value": -19.68,
67+
"value": -16.35,
6868
"compare": ">="
6969
}
7070
}

0 commit comments

Comments
 (0)