vlsi changes

This commit is contained in:
Richard Yan
2024-09-22 01:15:38 -07:00
parent 1e85033a33
commit ae427a8a2d
3 changed files with 7 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ include $(base_dir)/variables.mk
# vlsi types and rules
#########################################################################################
sim_name ?= vcs # needed for GenerateSimFiles, but is unused
tech_name ?= asap7
tech_name ?= intech22
tech_dir ?= $(if $(filter $(tech_name),sky130 asap7 nangate45),\
$(shell python3 -c "import os, hammer.technology.$(tech_name);\
print(os.path.dirname(hammer.technology.$(tech_name).__file__))"),\
@@ -35,9 +35,9 @@ else
endif
ENV_YML ?= $(vlsi_dir)/env.yml
TECH_CONF ?= example-$(tech_name).yml
TECH_CONF ?= $(tech_name).yml
TOOLS_CONF ?= example-tools.yml
INPUT_CONFS ?= $(TOOLS_CONF) $(TECH_CONF)
INPUT_CONFS ?= $(TOOLS_CONF) $(TECH_CONF) example-design.yml
HAMMER_EXEC ?= $(if $(filter $(tech_name),sky130),\
./example-vlsi-sky130,\
./example-vlsi)
@@ -86,8 +86,9 @@ else
ifneq ($(EXT_FILELISTS),)
cat $(EXT_FILELISTS) >> $(VLSI_RTL)
endif
./make_syn_f.sh $(build_dir)
endif
$(vlsi_dir)/make_syn_f.sh $(build_dir)
#########################################################################################
# srams