[vlsi][ci skip] Fix INPUT_CONFS override in tutorial.mk
This commit is contained in:
@@ -12,6 +12,7 @@ ifeq ($(tutorial),asap7)
|
|||||||
TECH_CONF ?= example-asap7.yml
|
TECH_CONF ?= example-asap7.yml
|
||||||
DESIGN_CONFS ?=
|
DESIGN_CONFS ?=
|
||||||
VLSI_OBJ_DIR ?= build-asap7-commercial
|
VLSI_OBJ_DIR ?= build-asap7-commercial
|
||||||
|
INPUT_CONFS ?= $(TOOLS_CONF) $(TECH_CONF) $(DESIGN_CONFS) $(EXTRA_CONFS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(tutorial),sky130-commercial)
|
ifeq ($(tutorial),sky130-commercial)
|
||||||
@@ -23,6 +24,7 @@ ifeq ($(tutorial),sky130-commercial)
|
|||||||
$(if $(filter $(VLSI_TOP),Rocket), \
|
$(if $(filter $(VLSI_TOP),Rocket), \
|
||||||
example-designs/sky130-rocket.yml, )
|
example-designs/sky130-rocket.yml, )
|
||||||
VLSI_OBJ_DIR ?= build-sky130-commercial
|
VLSI_OBJ_DIR ?= build-sky130-commercial
|
||||||
|
INPUT_CONFS ?= $(TOOLS_CONF) $(TECH_CONF) $(DESIGN_CONFS) $(EXTRA_CONFS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(tutorial),sky130-openroad)
|
ifeq ($(tutorial),sky130-openroad)
|
||||||
@@ -36,8 +38,8 @@ ifeq ($(tutorial),sky130-openroad)
|
|||||||
$(if $(filter $(VLSI_TOP),RocketTile), \
|
$(if $(filter $(VLSI_TOP),RocketTile), \
|
||||||
example-designs/sky130-openroad-rockettile.yml, )
|
example-designs/sky130-openroad-rockettile.yml, )
|
||||||
VLSI_OBJ_DIR ?= build-sky130-openroad
|
VLSI_OBJ_DIR ?= build-sky130-openroad
|
||||||
|
INPUT_CONFS ?= $(TOOLS_CONF) $(TECH_CONF) $(DESIGN_CONFS) $(EXTRA_CONFS)
|
||||||
# Yosys compatibility for CIRCT-generated Verilog, at the expense of elaboration time.
|
# Yosys compatibility for CIRCT-generated Verilog, at the expense of elaboration time.
|
||||||
ENABLE_YOSYS_FLOW = 1
|
ENABLE_YOSYS_FLOW = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
INPUT_CONFS ?= $(TOOLS_CONF) $(TECH_CONF) $(DESIGN_CONFS) $(EXTRA_CONFS)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user