From fd35220712129f5f0074444008702af4aaf19ad2 Mon Sep 17 00:00:00 2001 From: azidar Date: Thu, 10 Dec 2015 14:36:33 -0800 Subject: Finished adding clocks to Stop and Print --- test/parser/gcd.fir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/parser') diff --git a/test/parser/gcd.fir b/test/parser/gcd.fir index 4b068699..fad3b41d 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>("h0")) +; CHECK: node T_20 = eq(y, UInt("h0")) ; CHECK: v := T_20 -- cgit v1.2.3