From e985d47312458459e9ebe42fe99b5a063c08e637 Mon Sep 17 00:00:00 2001 From: azidar Date: Sun, 31 Jan 2016 12:59:31 -0800 Subject: Changed stanza output of UInt/SInt to include widths. Made tests match accordingly --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 80bc150c..94ac0598 100644 --- a/Makefile +++ b/Makefile @@ -58,6 +58,9 @@ check: regress: cd $(regress_dir) && firrtl -i rocket.fir -o rocket.v -X verilog +parser: + cd $(test_dir)/parser && lit -v . --path=$(root_dir)/utils/bin/ + perf: cd $(test_dir)/performance && lit -v . --path=$(root_dir)/utils/bin/ -- cgit v1.2.3