Skip to content

Commit c372dbe

Browse files
committed
Change microwatt from manual macro placement to mpl2
| Metric | Old | New | Type | | ------ | --- | --- | ---- | | finish__timing__drv__hold_violation_count | 750 | 200 | Tighten | Signed-off-by: Matt Liberty <[email protected]>
1 parent 12c7d2e commit c372dbe

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)