diff options
Diffstat (limited to 'test/passes/infer-widths/gcd.fir')
| -rw-r--r-- | test/passes/infer-widths/gcd.fir | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/passes/infer-widths/gcd.fir b/test/passes/infer-widths/gcd.fir index efed25ad..a83a79a7 100644 --- a/test/passes/infer-widths/gcd.fir +++ b/test/passes/infer-widths/gcd.fir @@ -1,4 +1,4 @@ -; RUN: firrtl -i %s -o %s.flo -X flo -p ctd | tee %s.out | FileCheck %s +; RUN: firrtl -i %s -o %s.flo -X flo -p ctd 2>&1 | tee %s.out | FileCheck %s ;CHECK: Infer Widths circuit top : @@ -14,7 +14,6 @@ circuit top : input clk : Clock input reset : UInt<1> output z : UInt<16> - output v : UInt<1> reg x : UInt,clk,reset reg y : UInt,clk,reset onreset x := UInt(0) @@ -32,7 +31,6 @@ circuit top : when e : x := a y := b - v := eq(v, UInt(0)) z := x module top : input a : UInt<16> |
