diff options
| author | jackbackrack | 2015-05-02 23:56:46 -0700 |
|---|---|---|
| committer | jackbackrack | 2015-05-02 23:56:46 -0700 |
| commit | 1b57cff7dfc245dd0a0f7a1a591db6dc04e245e0 (patch) | |
| tree | b9be5d3c14ef853ed9104c31392973917ea4f2e8 /test/passes | |
| parent | 07dd1e577a5f605388bc18c37802c8c9a00801a6 (diff) | |
| parent | 2006604530fb8fd214fe4e8e182bedacd71b49b3 (diff) | |
merge
Diffstat (limited to 'test/passes')
| -rw-r--r-- | test/passes/expand-connect-indexed/bundle-vecs.fir | 10 | ||||
| -rw-r--r-- | test/passes/infer-widths/dsh.fir | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/test/passes/expand-connect-indexed/bundle-vecs.fir b/test/passes/expand-connect-indexed/bundle-vecs.fir index 35b45b6c..c8235ade 100644 --- a/test/passes/expand-connect-indexed/bundle-vecs.fir +++ b/test/passes/expand-connect-indexed/bundle-vecs.fir @@ -16,11 +16,13 @@ circuit top : ; CHECK: wire b$x : UInt<32> ; CHECK: wire b$y : UInt<32> ; CHECK: b$x := a$0$x - ; CHECK: when eq-uu(i, UInt(1)) : - ; CHECK: b$x := a$1$x + ; CHECK: node b$x#0 = i + ; CHECK: when eq-uu(b$x#0, UInt(1)) : + ; CHECK: b$x := a$1$x ; CHECK: a$0$y := b$y - ; CHECK: when eq-uu(i, UInt(1)) : - ; CHECK: a$1$y := b$y + ; CHECK: node b$y#0 = i + ; CHECK: when eq-uu(b$y#0, UInt(1)) : + ; CHECK: a$1$y := b$y j := b ; CHECK: Finished Expand Indexed Connects diff --git a/test/passes/infer-widths/dsh.fir b/test/passes/infer-widths/dsh.fir index 1eb23115..2cbdfd34 100644 --- a/test/passes/infer-widths/dsh.fir +++ b/test/passes/infer-widths/dsh.fir @@ -1,4 +1,4 @@ -; RUN: firrtl -i %s -o %s.flo -x abcdefghijkl -p ctd | tee %s.out | FileCheck %s +; RUN: firrtl -i %s -o %s.flo -x abcdefghijkl -p cd | tee %s.out | FileCheck %s ;CHECK: Infer Widths |
