hdl._mem: implement MemoryData._Row from RFC 62.

This commit is contained in:
Wanda 2024-04-03 17:12:56 +02:00 committed by Catherine
parent 93ef89626e
commit 767d69c703
11 changed files with 214 additions and 83 deletions

View file

@ -69,6 +69,7 @@ Implemented RFCs
* `RFC 51`_: Add ``ShapeCastable.from_bits`` and ``amaranth.lib.data.Const``
* `RFC 53`_: Low-level I/O primitives
* `RFC 59`_: Get rid of upwards propagation of clock domains
* `RFC 62`_: The `MemoryData`` class
Language changes