diff options
| author | azidar | 2016-02-04 18:02:13 -0800 |
|---|---|---|
| committer | azidar | 2016-02-09 18:57:07 -0800 |
| commit | bf900917c50a440632dbcaae17bcfe9613d14452 (patch) | |
| tree | 09ca1e2b58bbfc7b32cfe88f1a5cbc70e954027f /test/parser/gcd.fir | |
| parent | 69f0ac34b9fd81b9bca932d32b01c522781a64f6 (diff) | |
Added Lower Types.
Diffstat (limited to 'test/parser/gcd.fir')
| -rw-r--r-- | test/parser/gcd.fir | 2 |
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> |
