From aa8cfe06fd76d47e3b3721aae6ccf6b39dda34b8 Mon Sep 17 00:00:00 2001 From: azidar Date: Thu, 1 Oct 2015 12:11:34 -0700 Subject: Changed DefMemory to be a non-vector type with a size member. Necessary for ASIC backend. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3085bfaa..881f2745 100644 --- a/Makefile +++ b/Makefile @@ -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: -- cgit v1.2.3