Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flow/designs/asap7/aes-block/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"compare": "<="
},
"cts__design__instance__count__hold_buffer": {
"value": 1078,
"value": 1331,
"compare": "<="
},
"globalroute__antenna_diodes_count": {
Expand Down
2 changes: 1 addition & 1 deletion flow/designs/asap7/aes_lvt/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"compare": "<="
},
"finish__timing__setup__ws": {
"value": -16.32,
"value": -45.99,
"compare": ">="
},
"finish__design__instance__area": {
Expand Down
2 changes: 1 addition & 1 deletion flow/designs/asap7/mock-array/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"compare": "<="
},
"finish__timing__setup__ws": {
"value": -440.47,
"value": -457.76,
"compare": ">="
},
"finish__design__instance__area": {
Expand Down
2 changes: 1 addition & 1 deletion flow/designs/ihp-sg13g2/aes/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"compare": "<="
},
"detailedroute__antenna_diodes_count": {
"value": 12,
"value": 21,
"compare": "<="
},
"finish__timing__setup__ws": {
Expand Down
2 changes: 1 addition & 1 deletion flow/designs/sky130hd/gcd/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"compare": "=="
},
"cts__design__instance__count__setup_buffer": {
"value": 50,
"value": 62,
"compare": "<="
},
"cts__design__instance__count__hold_buffer": {
Expand Down
4 changes: 1 addition & 3 deletions flow/designs/sky130hd/microwatt/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.
export DIE_AREA = 0 0 3020 3610
export CORE_AREA = 10 10 3010 3600

export PLACE_DENSITY ?= 0.2

export microwatt_DIR = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)

export ADDITIONAL_GDS = $(wildcard $(microwatt_DIR)/gds/*.gds.gz)
Expand All @@ -33,7 +31,7 @@ export MACRO_BLOCKAGE_HALO = 151

# There's less space due to the adapted blockage halos, so GPL requires a
# higher density in order to run.
export PLACE_DENSITY = 0.19
export PLACE_DENSITY = 0.2

# CTS tuning
export CTS_BUF_DISTANCE = 600
Expand Down
2 changes: 1 addition & 1 deletion flow/designs/sky130hs/jpeg/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"compare": "<="
},
"globalroute__antenna_diodes_count": {
"value": 60,
"value": 122,
"compare": "<="
},
"detailedroute__route__wirelength": {
Expand Down
2 changes: 1 addition & 1 deletion flow/designs/sky130hs/riscv32i/rules-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"compare": "<="
},
"detailedroute__antenna_diodes_count": {
"value": 5,
"value": 9,
"compare": "<="
},
"finish__timing__setup__ws": {
Expand Down
2 changes: 1 addition & 1 deletion tools/OpenROAD
Submodule OpenROAD updated 176 files