[skip ci] remove need to set site_packages_dir

This commit is contained in:
Harrison Liew
2023-02-09 10:18:24 -08:00
parent 2bfc6e1347
commit ea65d93c8e
3 changed files with 4 additions and 8 deletions

View File

@@ -34,5 +34,5 @@ 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
endif