diff options
| author | azidar | 2015-09-29 20:38:47 -0700 |
|---|---|---|
| committer | azidar | 2015-09-29 20:38:47 -0700 |
| commit | 794e5ada06401a79ea5545e80fb7896bd61e9481 (patch) | |
| tree | f970f08dc1e930276a337b4de5833ba8d71593d2 /test/passes/inline-indexers/simple2.fir | |
| parent | 2a9bd217e6d8e519bc78f66e44502d77fa9cdc1d (diff) | |
Fixed final bug. All tests pass. Accessors are a go.
Diffstat (limited to 'test/passes/inline-indexers/simple2.fir')
| -rw-r--r-- | test/passes/inline-indexers/simple2.fir | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/passes/inline-indexers/simple2.fir b/test/passes/inline-indexers/simple2.fir index a334b626..3b7d92af 100644 --- a/test/passes/inline-indexers/simple2.fir +++ b/test/passes/inline-indexers/simple2.fir @@ -14,12 +14,12 @@ circuit top : o1 := a o2 := a -;CHECK: wire a : UInt<32> -;CHECK: a := m$0 -;CHECK: when eqv(i_1, UInt("h1")) : a := m$1 ;CHECK: wire a_1 : UInt<32> ;CHECK: a_1 := m$0 -;CHECK: when eqv(i_2, UInt("h1")) : a_1 := m$1 +;CHECK: when eqv(i_1, UInt("h1")) : a_1 := m$1 +;CHECK: wire a_2 : UInt<32> +;CHECK: a_2 := m$0 +;CHECK: when eqv(i_2, UInt("h1")) : a_2 := m$1 |
