From 06f57fefe8258c7d8149156db7ca01a66f207a5d Mon Sep 17 00:00:00 2001 From: azidar Date: Thu, 4 Jun 2015 14:56:18 -0700 Subject: Fixed fir files so they correctly compile to verilog! Front-end needs to generate as-SInt instead of convert, always. Added fast build to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9679422e..780c1223 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,9 @@ build-deploy: build: cd $(firrtl_dir) && stanza -i firrtl-test-main.stanza -o $(root_dir)/utils/bin/firrtl +build-fast: + cd $(firrtl_dir) && stanza -i firrtl-test-main.stanza -o $(root_dir)/utils/bin/firrtl -flags OPTIMIZE + check: cd $(test_dir) && lit -v . --path=$(root_dir)/utils/bin/ -- cgit v1.2.3