Skip to content

Commit be435b1

Browse files
committed
Revert "Revert "Merge pull request #1890 from AcKoucher/sky130hd-microwatt-halos-and-boundary""
This reverts commit c17b1da. Signed-off-by: Arthur Koucher <[email protected]>
1 parent ad98b77 commit be435b1

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)