amaranth/nmigen/lib
whitequark a57b76fb5d lib.fifo: make simulation read() and write() functions compat-only.
These functions were originally changed in 3ed51938, in an attempt
to make them take one cycle instead of two. However, this does not
actually work because of drawbacks of the simulator interface.

Avoid committing to any specific implementation for now, and instead
make them compat-only extensions.
2019-09-23 08:46:12 +00:00
..
__init__.py Remove nmigen.lib from prelude. 2019-09-06 06:53:06 +00:00
cdc.py lib.cdc: make domain properties private. 2019-09-12 13:54:48 +00:00
coding.py hdl.mem,lib,examples: use Signal.range(). 2019-09-08 12:19:13 +00:00
fifo.py lib.fifo: make simulation read() and write() functions compat-only. 2019-09-23 08:46:12 +00:00
io.py lib.io: style. NFC. 2019-09-12 13:51:18 +00:00