amaranth/amaranth/lib
Catherine fcc4f54367 lib.data: make Field() immutable.
Mutability of Field isn't specified by the RFC and can cause issues
if the objects stored in Layout subclasses are mutated. There isn't
any reason to do that (the subclasses themselves are mutable and
handle that correctly), so disallow it.
2023-02-21 17:58:28 +00:00
..
__init__.py Rename nMigen to Amaranth HDL. 2021-12-10 10:34:13 +00:00
cdc.py docs: formatting and readability improvements. 2021-12-13 06:33:36 +00:00
coding.py lib.coding: remove GrayDecoder apparent comb loop for consistency 2022-11-03 11:51:26 +00:00
data.py lib.data: make Field() immutable. 2023-02-21 17:58:28 +00:00
fifo.py lib.fifo: clarify AsyncFIFO{,Buffered}.r_rst documentation. NFC. 2021-12-13 09:53:57 +00:00
io.py Fix several typos. NFC. 2023-01-20 19:48:29 +00:00
scheduler.py Rename nMigen to Amaranth HDL. 2021-12-10 10:34:13 +00:00