summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJim Lawson2015-07-13 10:21:48 -0700
committerJim Lawson2015-07-24 15:50:53 -0700
commit9ff6673f54b18386fd205eeb8be8d3c21a40fdca (patch)
treedfe550113bc5eac6c72cca664cff302abdf54c33 /Makefile
parente74cce036a7e9f8a08a020f1e007b22098db890d (diff)
Generalize, add missing chisel2 meta files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3371163f..d56e9610 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,9 @@ SBT_FLAGS += -DchiselVersion="3.0-SNAPSHOT"
endif
SRC_DIR ?= .
+CHISEL_BIN ?= $(SRC_DIR)/bin
+export CHISEL_BIN
+
SYSTEMC ?= $(SRC_DIR)/../../systemc/systemc-2.3.1
CHISEL_JAR ?= $(SRC_DIR)/target/scala-2.11/chisel_2.11-3.0-SNAPSHOT.jar
DRIVER ?= $(SRC_DIR)/src/test/resources/AddFilterSysCdriver.cpp
@@ -34,7 +37,7 @@ smoke:
$(SBT) $(SBT_FLAGS) compile
publish-local:
- $(SBT) $(SBT_FLAGS) publish-local
+ $(SBT) $(SBT_FLAGS) +publish-local
test:
$(SBT) $(SBT_FLAGS) test