diff options
| author | azidar | 2015-10-01 12:11:34 -0700 |
|---|---|---|
| committer | azidar | 2015-10-01 12:11:34 -0700 |
| commit | aa8cfe06fd76d47e3b3721aae6ccf6b39dda34b8 (patch) | |
| tree | 45d155457a4041b0643fa59368b5cbfdceeee7f9 /Makefile | |
| parent | d380b8cfd11d2fe1231774f7b9492aff959bb279 (diff) | |
Changed DefMemory to be a non-vector type with a size member. Necessary for ASIC backend.
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: |
