aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorazidar2015-07-29 20:07:36 -0700
committerazidar2015-07-29 20:07:36 -0700
commitc8e06e9b3b0945d0b8634aa3ab1fd71a600a7e01 (patch)
treeffc36b60e08653ff28a34d70998a85e0294e4808 /Makefile
parente4552dcbc844b00e7e4799c882eb00a8be165e9f (diff)
parent7646c2e3edf90ea13a83b76c97f35877263c5e63 (diff)
Merge branch 'master' of github.com:ucb-bar/firrtl into new-low-firrtl
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6eda3cc3..3fb491c4 100644
--- a/Makefile
+++ b/Makefile
@@ -48,12 +48,12 @@ clean:
riscv:
cd $(test_dir)/riscv-mini && lit -v . --path=$(root_dir)/utils/bin/
-units = ALUTop Datapath Control Core
+units = ALUTop Datapath Control Core Test
v = $(addsuffix .fir.v, $(units))
$(units): % :
- firrtl -X verilog -i test/chisel3/$*.fir -o test/chisel3/$*.fir.v -p c
- scp test/chisel3/$*.fir.v adamiz@a5:/scratch/adamiz/firrtl-all/riscv-mini/generated-src/$*.v
+ 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:
say "done"