diff options
| author | Jim Lawson | 2015-07-13 10:21:48 -0700 |
|---|---|---|
| committer | Jim Lawson | 2015-07-24 15:50:53 -0700 |
| commit | 9ff6673f54b18386fd205eeb8be8d3c21a40fdca (patch) | |
| tree | dfe550113bc5eac6c72cca664cff302abdf54c33 /Makefile | |
| parent | e74cce036a7e9f8a08a020f1e007b22098db890d (diff) | |
Generalize, add missing chisel2 meta files.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
