aboutsummaryrefslogtreecommitdiff
path: root/test/parser/gcd.fir
diff options
context:
space:
mode:
authorazidar2016-02-04 18:02:13 -0800
committerazidar2016-02-09 18:57:07 -0800
commitbf900917c50a440632dbcaae17bcfe9613d14452 (patch)
tree09ca1e2b58bbfc7b32cfe88f1a5cbc70e954027f /test/parser/gcd.fir
parent69f0ac34b9fd81b9bca932d32b01c522781a64f6 (diff)
Added Lower Types.
Diffstat (limited to 'test/parser/gcd.fir')
-rw-r--r--test/parser/gcd.fir2
1 files changed, 1 insertions, 1 deletions
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>