From af593edd19d763a4399f4bc38109d2f904ffb8c2 Mon Sep 17 00:00:00 2001 From: azidar Date: Thu, 14 Jan 2016 11:06:56 -0800 Subject: Made create-exps a bit faster --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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/ -- cgit v1.2.3