Skip to content

Commit 85070e7

Browse files
authored
Merge pull request #1897 from AcKoucher/sky130hd-microwatt-halos
sky130hd-microwatt: design specific configs to allow mpl2 and gpl changes
2 parents 95b9a22 + 8a03940 commit 85070e7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

flow/designs/sky130hd/microwatt/config.mk

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,15 @@ 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+
31+
# Temporary
32+
export SKIP_ANTENNA_REPAIR = 1
33+
2834
# CTS tuning
2935
export CTS_BUF_CELL = sky130_fd_sc_hd__clkbuf_8
3036
export CTS_BUF_DISTANCE = 600

tools/OpenROAD

Submodule OpenROAD updated 1073 files

0 commit comments

Comments
 (0)