docs: add stub stdlib/memory, mark guide as done.
This commit is contained in:
parent
751e0f4b57
commit
77e41cc88a
3 changed files with 12 additions and 5 deletions
10
docs/stdlib/memory.rst
Normal file
10
docs/stdlib/memory.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
Memories
|
||||
--------
|
||||
|
||||
.. py:module:: amaranth.lib.memory
|
||||
|
||||
The :mod:`amaranth.lib.memory` module provides a way to efficiently store data organized as an array of identically shaped rows, which may be addressed (read and/or written) one at a time.
|
||||
|
||||
.. todo::
|
||||
|
||||
Write the rest of this document.
|
||||
Loading…
Add table
Add a link
Reference in a new issue