docs: add stub stdlib/memory, mark guide as done.

This commit is contained in:
Catherine 2024-02-26 19:38:40 +00:00
parent 751e0f4b57
commit 77e41cc88a
3 changed files with 12 additions and 5 deletions

10
docs/stdlib/memory.rst Normal file
View 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.