Makefile fixes, but sim still doesn't work

This commit is contained in:
Harrison Liew
2023-02-01 23:19:43 -08:00
committed by abejgonzalez
parent 1dcc7bd9f5
commit 48539353b0
5 changed files with 23 additions and 44 deletions

View File

@@ -17,7 +17,7 @@ ifeq ($(tutorial),sky130-commercial)
tech_name ?= sky130
CONFIG ?= TinyRocketConfig
TOOLS_CONF ?= example-tools.yml
TECH_CONF ?= hammer/e2e/pdks/sky130-bwrc.yml
TECH_CONF ?= example-sky130.yml
DESIGN_CONF ?= example-designs/sky130-commercial.yml
EXTRA_CONFS ?= $(if $(filter $(VLSI_TOP),Rocket), example-designs/sky130-rocket.yml, )
INPUT_CONFS ?= $(TOOLS_CONF) $(TECH_CONF) $(DESIGN_CONF) $(EXTRA_CONFS)