Skip to content

Commit b08d627

Browse files
authored
Merge pull request #1538 from The-OpenROAD-Project-staging/aes-blocks-halo
Reduce MACRO_PLACE_HALO in asap7/aes-block to 5
2 parents 6f8ee0a + c74618a commit b08d627

File tree

4 files changed

+236
-353
lines changed

4 files changed

+236
-353
lines changed

flow/designs/asap7/aes-block/config.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ export MAX_ROUTING_LAYER = M9
2525

2626
# Ignore power at this exploratory level
2727
export GND_NETS_VOLTAGES = ""
28-
export PWR_NETS_VOLTAGES = ""
28+
export PWR_NETS_VOLTAGES = ""
29+
30+
# The macros are very small so use a smaller halo
31+
export MACRO_PLACE_HALO ?= 5 5

0 commit comments

Comments
 (0)