aboutsummaryrefslogtreecommitdiff
path: root/test/passes/jacktest/gcd.fir
diff options
context:
space:
mode:
authorazidar2015-04-23 11:46:47 -0700
committerazidar2015-04-23 11:46:47 -0700
commitaccb511cb37ce595d28bb3feefe5be79bc6ae303 (patch)
tree1a1d2212c2d04b773238fb5b0c7eb9368df83b9b /test/passes/jacktest/gcd.fir
parentaa5eb968b837a4c35c5361b5f567411766c52184 (diff)
parent7f8758420a2a46d7cf19441e9fbd1dba82cae612 (diff)
Merge branch 'master' into parser
Diffstat (limited to 'test/passes/jacktest/gcd.fir')
-rw-r--r--test/passes/jacktest/gcd.fir4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/jacktest/gcd.fir b/test/passes/jacktest/gcd.fir
index 92c6eb46..2d97ee8d 100644
--- a/test/passes/jacktest/gcd.fir
+++ b/test/passes/jacktest/gcd.fir
@@ -1,4 +1,4 @@
-; RUN: firrtl -i %s -o %s.flo -x X -p cw | tee %s.out | FileCheck %s
+; RUN: firrtl -i %s -o %s.flo -x X -p cTwd | tee %s.out | FileCheck %s
;CHECK: To Flo
circuit GCD :
@@ -23,7 +23,7 @@ circuit GCD :
y := b
z := x
node T_20 = UInt(0, 1)
- node T_21 = eq(y, T_20)
+ node T_21 = eq(y, Pad(T_20,?))
v := T_21
;CHECK: Finished To Flo