Skip to content

Commit 47b8dca

Browse files
authored
Merge pull request #1849 from The-OpenROAD-Project-staging/microwatt-mpl2
Change microwatt from manual macro placement to mpl2
2 parents ec942a0 + c372dbe commit 47b8dca

File tree

4 files changed

+310
-315
lines changed

4 files changed

+310
-315
lines changed

flow/designs/sky130hd/microwatt/config.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ export ADDITIONAL_LEFS = $(wildcard $(microwatt_DIR)/lef/*.lef)
2121

2222
export ADDITIONAL_LIBS = $(wildcard $(microwatt_DIR)/lib/*.lib)
2323

24-
export MACRO_PLACEMENT = $(microwatt_DIR)/microwatt.macro_placement.cfg
24+
export SYNTH_HIERARCHICAL = 1
25+
26+
export RTLMP_FLOW = True
2527

2628
# CTS tuning
2729
export CTS_BUF_CELL = sky130_fd_sc_hd__clkbuf_8

0 commit comments

Comments
 (0)