diff options
Diffstat (limited to 'test/passes/expand-connect-indexed/bundle-vecs.fir')
| -rw-r--r-- | test/passes/expand-connect-indexed/bundle-vecs.fir | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/expand-connect-indexed/bundle-vecs.fir b/test/passes/expand-connect-indexed/bundle-vecs.fir index f3754a32..e00dd9c2 100644 --- a/test/passes/expand-connect-indexed/bundle-vecs.fir +++ b/test/passes/expand-connect-indexed/bundle-vecs.fir @@ -16,10 +16,10 @@ circuit top : ; CHECK: wire b$x : UInt(32) ; CHECK: wire b$y : UInt(32) ; CHECK: b$x := a$0$x - ; CHECK: when equal-uu(i, UInt(1)) : + ; CHECK: when eq-uu(i, UInt(1)) : ; CHECK: b$x := a$1$x ; CHECK: a$0$y := b$y - ; CHECK: when equal-uu(i, UInt(1)) : + ; CHECK: when eq-uu(i, UInt(1)) : ; CHECK: a$1$y := b$y j := b |
