aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorazidar2015-12-12 14:37:41 -0800
committerazidar2016-01-16 14:28:17 -0800
commit28e4c6a09011cafdd1e3533118f7c3499e0d3dc6 (patch)
tree42e8e2ed50a254f7fea61bc0a56d963258463bb5 /Makefile
parentd9f33f58c94382dfbd22e87e2f85600b9807328f (diff)
WIP. Fixed a bunch of tests. Starting on implementing chirrtl, but hit roadblock in assigning clocked ports
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 099b2af9..5ddfcdd5 100644
--- a/Makefile
+++ b/Makefile
@@ -70,6 +70,9 @@ errors:
features:
cd $(test_dir)/features && lit -v . --path=$(root_dir)/utils/bin/
+chirrtl:
+ cd $(test_dir)/chirrtl && lit -v . --path=$(root_dir)/utils/bin/
+
custom:
cd $(test_dir)/custom && lit -v . --path=$(root_dir)/utils/bin/ --max-time=10