aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorazidar2016-01-14 11:06:56 -0800
committerazidar2016-01-16 14:28:18 -0800
commitaf593edd19d763a4399f4bc38109d2f904ffb8c2 (patch)
tree6d9b6cf3dab98e31ea14c2165100d6cd55144e41 /Makefile
parent168843e45656b3569461f496b85def20b70779d2 (diff)
Made create-exps a bit faster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2c6353b4..80bc150c 100644
--- a/Makefile
+++ b/Makefile
@@ -58,6 +58,9 @@ check:
regress:
cd $(regress_dir) && firrtl -i rocket.fir -o rocket.v -X verilog
+perf:
+ cd $(test_dir)/performance && lit -v . --path=$(root_dir)/utils/bin/
+
jack:
cd $(test_dir)/passes/jacktest && lit -v . --path=$(root_dir)/utils/bin/