Skip to content

Commit

Permalink
simplify vlsi Makefile a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
sagark committed Feb 15, 2023
1 parent 682f98b commit a998754
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vlsi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ else
endif

ENV_YML ?= $(vlsi_dir)/env.yml
TECH_CONF ?= $(if $(filter $(tech_name),asap7), example-asap7.yml,\
example-sky130.yml)
TECH_CONF ?= example-$(tech_name).yml
TOOLS_CONF ?= example-tools.yml
INPUT_CONFS ?= $(TOOLS_CONF) $(TECH_CONF)
HAMMER_EXEC ?= $(if $(filter $(tech_name),sky130),\
Expand Down

0 comments on commit a998754

Please sign in to comment.