amaranth/nmigen/compat/genlib
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 compat: add genlib.cdc.MultiReg shim. 2018-12-14 16:01:38 +00:00
cdc.py lib.cdc: make domain properties private. 2019-09-12 13:54:48 +00:00
coding.py compat.genlib.coding: fix import. 2018-12-26 14:30:01 +00:00
fifo.py lib.fifo: make simulation read() and write() functions compat-only. 2019-09-23 08:46:12 +00:00
fsm.py compat.genlib.fsm: fix after commit dac62754. 2019-07-08 10:12:26 +00:00
record.py compat: import genlib.record from Migen. 2018-12-18 20:04:22 +00:00
resetsync.py lib.cdc: adjust ResetSynchronizer for new CDC primitive conventions. 2019-09-12 13:48:45 +00:00