Add hammer-cad-plugins submodule

This commit is contained in:
Jerry Zhao 2019-07-15 16:08:10 -07:00
parent f7735dedc0
commit 6e790abdee
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View File

@ -43,4 +43,7 @@
[submodule "vlsi/hammer"] [submodule "vlsi/hammer"]
path = vlsi/hammer path = vlsi/hammer
url = git@github.com:ucb-bar/hammer.git url = git@github.com:ucb-bar/hammer.git
[submodule "vlsi/hammer-cad-plugins"]
path = vlsi/hammer-cad-plugins
url = git@github.com:ucb-bar/hammer-cad-plugins

View File

@ -31,7 +31,7 @@ SMEMS_COMP ?= $(tech_dir)/sram-compiler.json
SMEMS_HAMMER ?= $(build_dir)/$(long_name).mems.hammer.json SMEMS_HAMMER ?= $(build_dir)/$(long_name).mems.hammer.json
MACROCOMPILER_MODE ?= -l $(SMEMS_COMP) --use-compiler -hir $(SMEMS_HAMMER) MACROCOMPILER_MODE ?= -l $(SMEMS_COMP) --use-compiler -hir $(SMEMS_HAMMER)
OBJ_DIR ?= $(vlsi_dir)/build OBJ_DIR ?= $(vlsi_dir)/build
ENV_YML ?= $(vlsi_dir)/hammer-cad-plugins/bwrc-env.yml ENV_YML ?= $(vlsi_dir)/bwrc-env.yml
INPUT_CONFS ?= example.yml $(dir $(tech_dir))/bwrc.yml INPUT_CONFS ?= example.yml $(dir $(tech_dir))/bwrc.yml
HAMMER_EXEC ?= ./example-vlsi HAMMER_EXEC ?= ./example-vlsi

@ -0,0 +1 @@
Subproject commit 72809f538c4bbe91c103de52e92baad9df6d8f9a