diff options
| author | Adam Izraelevitz | 2015-10-06 14:36:51 -0700 |
|---|---|---|
| committer | Adam Izraelevitz | 2015-10-06 14:36:51 -0700 |
| commit | eb79a51cadcee109c4bcf727762027ba85aba36a (patch) | |
| tree | a2d52d8697b87b1d07615dc9153d3a4da1b6c95f /Makefile | |
| parent | 2485d20374166b27c06c475a4aef365761a818f7 (diff) | |
| parent | aa8cfe06fd76d47e3b3721aae6ccf6b39dda34b8 (diff) | |
Merge pull request #45 from ucb-bar/change-mem-type
Changed DefMemory to be a non-vector type with a size member
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,7 @@ build: build-fast: cd $(firrtl_dir) && stanza -i firrtl-test-main.stanza -o $(root_dir)/utils/bin/firrtl -flags OPTIMIZE -check: +check: cd $(test_dir) && lit -v . --path=$(root_dir)/utils/bin/ regress: @@ -60,7 +60,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: build check +done: build-fast check regress say "done" fail: |
