From 5694a8808bd724b820caca2f5f1176b8c1e3f40d Mon Sep 17 00:00:00 2001 From: azidar Date: Thu, 20 Aug 2015 15:35:43 -0700 Subject: Added tests, cleaned up repo --- test/errors/type/Primop.fir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/errors/type') diff --git a/test/errors/type/Primop.fir b/test/errors/type/Primop.fir index b721881e..cb75521a 100644 --- a/test/errors/type/Primop.fir +++ b/test/errors/type/Primop.fir @@ -1,7 +1,7 @@ ; RUN: firrtl -i %s -o %s.flo -X flo -p c | tee %s.out | FileCheck %s ; CHECK: Primop mux requires all operands to have the same type. ; CHECK: Primop add cannot operate on non-ground types. -; CHECK: Primop mux requires argument SInt("h00000001") to be a UInt type. +; CHECK: Primop mux requires argument SInt("h1") to be a UInt type. circuit Top : module Top : -- cgit v1.2.3