diff options
| author | azidar | 2015-07-31 16:06:11 -0700 |
|---|---|---|
| committer | azidar | 2015-07-31 16:06:11 -0700 |
| commit | 0fc3314eb15c6f2e42b21a175978a69217810879 (patch) | |
| tree | b3b6ee41caae0b94272f7c4349e9c226680cd9ce | |
| parent | d5cc3210aabf7b4d69e2f3c5ed45c9c097c3ebdf (diff) | |
| parent | 920e0778afbc941320cf43a6cc964bd07f38a200 (diff) | |
Merge branch 'master' of github.com:ucb-bar/firrtl
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,7 +8,7 @@ firrtl_dir ?= $(root_dir)/src/main/stanza all-noise: ${MAKE} all || ${MAKE} fail -all: build check done +all: done install-linux: cd src/lib && unzip stanza-linux.zip @@ -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: +check: build cd $(test_dir) && lit -v . --path=$(root_dir)/utils/bin/ passes: @@ -62,7 +62,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: +done: check say "done" fail: |
