From a2f3ac70d45b6a419178e2d28a2b7be801599d13 Mon Sep 17 00:00:00 2001 From: azidar Date: Thu, 30 Jul 2015 13:47:04 -0700 Subject: Added eqv for bitwise equality, and change eq to be arithmetic equality --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b46d2cb8..c5951281 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,9 @@ errors: chisel3: cd $(test_dir)/chisel3 && lit -v . --path=$(root_dir)/utils/bin/ +refchip: + cd $(test_dir)/refchip && lit -v . --path=$(root_dir)/utils/bin/ + features: cd $(test_dir)/features && lit -v . --path=$(root_dir)/utils/bin/ -- cgit v1.2.3