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.
1 parent e308334 commit 09e0018Copy full SHA for 09e0018
flow/designs/sky130hd/microwatt/config.mk
@@ -21,6 +21,8 @@ export ADDITIONAL_LIBS = $(wildcard $(microwatt_DIR)/lib/*.lib)
21
22
export SYNTH_HIERARCHICAL = 1
23
24
+export MACRO_PLACEMENT_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/macro_placement.tcl
25
+
26
export MACRO_PLACE_HALO = 100 100
27
28
# We use large placement blockages to try eliminating the channels between
flow/designs/sky130hd/microwatt/macro_placement.tcl
@@ -0,0 +1,4 @@
1
+place_macro -macro_name soc0/bram.bram0/ram_0/memory_0 \
2
+ -location {110.4 2511.24} -orientation R0
3
+place_macro -macro_name soc0/processor/register_file_0/register_file_0 \
4
+ -location {110.4 111.4} -orientation R180
0 commit comments