diff options
| author | azidar | 2015-05-27 17:15:44 -0700 |
|---|---|---|
| committer | azidar | 2015-05-27 17:15:44 -0700 |
| commit | b44b49e6a6589add30b5b1d89d85f2e20432a515 (patch) | |
| tree | 36a70d1d330f7163fe66af1adcd126c6f92af699 /test/passes/lower-to-ground/accessor.fir | |
| parent | a2a48576534f87b28566504bb1e0c7faa493f463 (diff) | |
Added sequential memories. mem no longer exists, must declare either cmem or smem. Added firrtl-gensym utility to generate a hashmap of names
Diffstat (limited to 'test/passes/lower-to-ground/accessor.fir')
| -rw-r--r-- | test/passes/lower-to-ground/accessor.fir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/lower-to-ground/accessor.fir b/test/passes/lower-to-ground/accessor.fir index 29663234..8fe1bc52 100644 --- a/test/passes/lower-to-ground/accessor.fir +++ b/test/passes/lower-to-ground/accessor.fir @@ -22,7 +22,7 @@ circuit top : ; CHECK: (a$0 a$1 a$2 a$3)[i] := c c := j - mem p : UInt<32>[4] + cmem p : UInt<32>[4] accessor t = p[i] ; CHECK: accessor t = p[i] j := t |
