From bf900917c50a440632dbcaae17bcfe9613d14452 Mon Sep 17 00:00:00 2001 From: azidar Date: Thu, 4 Feb 2016 18:02:13 -0800 Subject: Added Lower Types. --- 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 e0958a7a..45a048f2 100644 --- a/test/parser/gcd.fir +++ b/test/parser/gcd.fir @@ -4,7 +4,7 @@ circuit GCD : input e : UInt<1> input clk : Clock input reset : UInt<1> - output z : UInt<16> + output z : UInt output v : UInt<1> input a : UInt<16> input b : UInt<16> -- cgit v1.2.3