Skip to content

Commit 350e6f3

Browse files
committed
sky130hd-microwatt: increase halos/channels for mpl2 flow && turn off boundary penalty
Signed-off-by: Arthur Koucher <[email protected]>
1 parent 058e5b6 commit 350e6f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

flow/designs/sky130hd/microwatt/config.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ export ADDITIONAL_LEFS = $(wildcard $(microwatt_DIR)/lef/*.lef)
2222
export ADDITIONAL_LIBS = $(wildcard $(microwatt_DIR)/lib/*.lib)
2323

2424
export SYNTH_HIERARCHICAL = 1
25-
2625
export RTLMP_FLOW = True
2726

27+
export RTLMP_BOUNDARY_WT = 0
28+
export MACRO_PLACE_HALO = 100 100
29+
export MACRO_PLACE_CHANNEL = 200 200
30+
2831
# CTS tuning
2932
export CTS_BUF_CELL = sky130_fd_sc_hd__clkbuf_8
3033
export CTS_BUF_DISTANCE = 600

0 commit comments

Comments
 (0)