diff options
Diffstat (limited to 'notes')
| -rw-r--r-- | notes/chisel.04.06.15.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/chisel.04.06.15.txt b/notes/chisel.04.06.15.txt index 67f80aa5..5e509ed2 100644 --- a/notes/chisel.04.06.15.txt +++ b/notes/chisel.04.06.15.txt @@ -9,7 +9,7 @@ mem m : { tag : UInt<10> data : UInt<128> }[32] accessor w = m[i] == Low FIRRTL == -mem m : { tag : UInt<10> data : UInt<128> }[32] +mem m : { tag : UInt<10>[32] data : UInt<128>[32] } wire w#tag : UInt<10> wire w#data : UInt<128> WritePort(m.tag,i,en*) := w#tag |
