aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorazidar2015-06-04 14:56:18 -0700
committerazidar2015-06-04 14:56:18 -0700
commit06f57fefe8258c7d8149156db7ca01a66f207a5d (patch)
tree2598d83574f3675e42e763c18fbb6793b779c8df /Makefile
parentd86272ca9238c12e80e78938bc1dd5a1dc8532da (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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/