aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorazidar2016-01-31 12:59:31 -0800
committerazidar2016-02-09 18:57:06 -0800
commite985d47312458459e9ebe42fe99b5a063c08e637 (patch)
treed726c711e86d6e948a220a568dcae0a997629d18 /Makefile
parent2bd423fa061fb3e0973fa83e98f2877fd4616746 (diff)
Changed stanza output of UInt/SInt to include widths. Made tests match accordingly
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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/