diff options
| author | Jack | 2015-10-15 13:50:36 -0700 |
|---|---|---|
| committer | Jack | 2015-10-15 13:50:36 -0700 |
| commit | 7a7936c8fbddbffc1c4775fafeb5106ba1002dd4 (patch) | |
| tree | bc3cb4d8efeb3243a63f80d2d25e9ee6282215ff /Makefile | |
| parent | edd57efbadf493b331e69c8686662500fe859372 (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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
