Use new API for par hooks | fix typo

This commit is contained in:
Jerry Zhao
2019-06-04 12:18:34 -07:00
parent 37241af1fc
commit f7735dedc0
2 changed files with 5 additions and 22 deletions

View File

@@ -26,7 +26,7 @@ include $(base_dir)/common.mk
#sim_name is unused, but GenerateSimFiles expects it
sim_name ?= vcs
tech_name ?=
tech_dir ?= $(vlsi_dir)/hammer-$(tech_nam)-plugin/$(tech_name)
tech_dir ?= $(vlsi_dir)/hammer-$(tech_name)-plugin/$(tech_name)
SMEMS_COMP ?= $(tech_dir)/sram-compiler.json
SMEMS_HAMMER ?= $(build_dir)/$(long_name).mems.hammer.json
MACROCOMPILER_MODE ?= -l $(SMEMS_COMP) --use-compiler -hir $(SMEMS_HAMMER)