Skip to content

Commit 200c474

Browse files
committed
Reduce MACRO_PLACE_HALO in asap7/aes-block to 5
The blocks are artificially small and the default halos is too large. Signed-off-by: Matt Liberty <[email protected]>
1 parent 3cf81d9 commit 200c474

File tree

4 files changed

+233
-350
lines changed

4 files changed

+233
-350
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)