diff options
| author | azidar | 2015-07-06 17:45:06 -0700 |
|---|---|---|
| committer | azidar | 2015-07-14 11:29:55 -0700 |
| commit | 68f7ac42d01c88bcc0c77c919587618673658c76 (patch) | |
| tree | 054c3a2fdb710b187664fb9e7212046f12ec2ef2 /test/passes/expand-connect-indexed | |
| parent | 8d6c83072cd60ecc376d81eb9a48ccf0f67e57f6 (diff) | |
Still partial commit, many tests pass. Many tests fail.
Diffstat (limited to 'test/passes/expand-connect-indexed')
| -rw-r--r-- | test/passes/expand-connect-indexed/bundle-vecs.fir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/expand-connect-indexed/bundle-vecs.fir b/test/passes/expand-connect-indexed/bundle-vecs.fir index 9d375087..ea453ab1 100644 --- a/test/passes/expand-connect-indexed/bundle-vecs.fir +++ b/test/passes/expand-connect-indexed/bundle-vecs.fir @@ -12,7 +12,7 @@ circuit top : ; CHECK: wire a$1$x : UInt<32> ; CHECK: wire a$1$y : UInt<32> - accessor b = a[i] + infer accessor b = a[i] ; CHECK: wire b$x : UInt<32> ; CHECK: wire b$y : UInt<32> ; CHECK: b$x := a$0$x |
