aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorazidar2015-08-24 10:58:49 -0700
committerazidar2015-08-24 10:58:49 -0700
commit50cf7a4823d69967dcb2b10cdef892b0ab5f2184 (patch)
treeb8a4d9fc9b2063703a5f37fec538f7a220cc7681 /Makefile
parent02a7fb53fc424346a1693f23661a1b1a4a867c4f (diff)
Removed old chisel3 tests that all failed for syntax reasons. Tests should now be small examples, categorized by either passes, errors, or features.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index ab384240..eb13a9dd 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ build:
build-fast:
cd $(firrtl_dir) && stanza -i firrtl-test-main.stanza -o $(root_dir)/utils/bin/firrtl -flags OPTIMIZE
-check: build
+check:
cd $(test_dir) && lit -v . --path=$(root_dir)/utils/bin/
passes:
@@ -36,12 +36,6 @@ passes:
errors:
cd $(test_dir)/errors && lit -v . --path=$(root_dir)/utils/bin/
-chisel3:
- cd $(test_dir)/chisel3 && lit -v . --path=$(root_dir)/utils/bin/
-
-refchip:
- cd $(test_dir)/refchip && lit -v . --path=$(root_dir)/utils/bin/
-
features:
cd $(test_dir)/features && lit -v . --path=$(root_dir)/utils/bin/
@@ -62,7 +56,7 @@ $(units): % :
firrtl -X verilog -i test/chisel3/$*.fir -o test/chisel3/$*.fir.v -p c > test/chisel3/$*.fir.out
#scp test/chisel3/$*.fir.v adamiz@a5:/scratch/adamiz/firrtl-all/riscv-mini/generated-src/$*.v
-done: check
+done: build check
say "done"
fail: