[skip ci] Add sv2v, sty. Fix Makefile rebuild. Using sv2v, but Yosys still fails.

This commit is contained in:
Harrison Liew
2023-02-08 16:05:38 -08:00
parent 823970ed63
commit 61d094e887
4 changed files with 37 additions and 23 deletions

View File

@@ -34,5 +34,7 @@ ifeq ($(tutorial),sky130-openroad)
INPUT_CONFS ?= $(TOOLS_CONF) $(TECH_CONF) $(DESIGN_CONF) $(EXTRA_CONFS)
VLSI_OBJ_DIR ?= build-sky130-openroad
# This prevents multidimensional arrays (unsupported by Yosys) at the expense of elaboration time.
ENABLE_CUSTOM_FIRRTL_PASS = 1
#ENABLE_CUSTOM_FIRRTL_PASS = 1
# This runs sv2v for Yosys compatibility
CONVERT_SV2V = 1
endif