From 9b737de6551e7446dfd92d86cd009b4b2f95c980 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 14 Oct 2015 13:53:22 -0700 Subject: Moved Logger to new private object DebugUtils, changed UInt/SInt value printing to match stanza implementation --- test/parser/gcd.fir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/parser/gcd.fir') diff --git a/test/parser/gcd.fir b/test/parser/gcd.fir index 03eb6ba9..3a9317b8 100644 --- a/test/parser/gcd.fir +++ b/test/parser/gcd.fir @@ -47,6 +47,6 @@ circuit GCD : ; CHECK: x := a ; CHECK: y := b ; CHECK: z := x -; CHECK: node T_20 = eq(y, UInt<1>("h00")) +; CHECK: node T_20 = eq(y, UInt<1>("h0")) ; CHECK: v := T_20 -- cgit v1.2.3