aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJack2015-10-15 13:50:36 -0700
committerJack2015-10-15 13:50:36 -0700
commit7a7936c8fbddbffc1c4775fafeb5106ba1002dd4 (patch)
treebc3cb4d8efeb3243a63f80d2d25e9ee6282215ff /Makefile
parentedd57efbadf493b331e69c8686662500fe859372 (diff)
Added infer-types pass, seems to work. Added infer-types error checking, modified Logger slightly, added Primops object for utility functions, minor changes in Utils
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 357c3189..4e2e3b17 100644
--- a/Makefile
+++ b/Makefile
@@ -76,6 +76,7 @@ build-scala:
test-scala:
cd $(test_dir)/parser && lit -v . --path=$(root_dir)/utils/bin/
+ cd $(test_dir)/passes/infer-types && lit -v . --path=$(root_dir)/utils/bin/
set-scala:
ln -f -s $(root_dir)/utils/bin/firrtl-scala $(root_dir)/utils/bin/firrtl