From 50cf7a4823d69967dcb2b10cdef892b0ab5f2184 Mon Sep 17 00:00:00 2001 From: azidar Date: Mon, 24 Aug 2015 10:58:49 -0700 Subject: Removed old chisel3 tests that all failed for syntax reasons. Tests should now be small examples, categorized by either passes, errors, or features. --- Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3