diff options
| author | azidar | 2015-07-29 20:07:36 -0700 |
|---|---|---|
| committer | azidar | 2015-07-29 20:07:36 -0700 |
| commit | c8e06e9b3b0945d0b8634aa3ab1fd71a600a7e01 (patch) | |
| tree | ffc36b60e08653ff28a34d70998a85e0294e4808 /Makefile | |
| parent | e4552dcbc844b00e7e4799c882eb00a8be165e9f (diff) | |
| parent | 7646c2e3edf90ea13a83b76c97f35877263c5e63 (diff) | |
Merge branch 'master' of github.com:ucb-bar/firrtl into new-low-firrtl
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |
