Closed
Description
- RFC PR: RFC 62: The
MemoryData
class. rfcs#62 - Implementation:
MemoryData
class: hdl._mem: addMemoryData
class. #1256MemoryData._Row
class: hdl._mem: implementMemoryData._Row
from RFC 62. #1271- Documentation: Document RFC 62 #1294
Metadata
Metadata
Assignees
Type
Projects
Relationships
Development
No branches or pull requests
Activity
MemoryData
; likeSignal
but for memories #1221whitequark commentedon Apr 3, 2024
We need some documentation; at least, enough to know that to manipulate memory rows in simulation you need to do e.g.
memory.data[0].eq(1)
. Currentlymemory.data
is completely undocumented.