We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 058e5b6 + 350e6f3 commit c6573dcCopy full SHA for c6573dc
flow/designs/sky130hd/microwatt/config.mk
@@ -22,9 +22,12 @@ export ADDITIONAL_LEFS = $(wildcard $(microwatt_DIR)/lef/*.lef)
22
export ADDITIONAL_LIBS = $(wildcard $(microwatt_DIR)/lib/*.lib)
23
24
export SYNTH_HIERARCHICAL = 1
25
-
26
export RTLMP_FLOW = True
27
+export RTLMP_BOUNDARY_WT = 0
28
+export MACRO_PLACE_HALO = 100 100
29
+export MACRO_PLACE_CHANNEL = 200 200
30
+
31
# CTS tuning
32
export CTS_BUF_CELL = sky130_fd_sc_hd__clkbuf_8
33
export CTS_BUF_DISTANCE = 600
0 commit comments