amaranth/nmigen/lib
awygle 4601dd0a69
Correctly handle resets in AsyncFIFO.
This commit improves handling of resets in AsyncFIFO in two ways:
  * First, resets no longer violate Gray counter CDC invariants.
  * Second, write domain reset now empties the entire FIFO.
2020-03-14 23:26:07 +00:00
..
__init__.py Remove nmigen.lib from prelude. 2019-09-06 06:53:06 +00:00
cdc.py vendor: fix a few issues in commit 2f8669ca. 2020-03-12 20:29:17 +00:00
coding.py hdl.ast: deprecate Signal.{range,enum}. 2019-10-11 13:07:42 +00:00
fifo.py Correctly handle resets in AsyncFIFO. 2020-03-14 23:26:07 +00:00
io.py lib.io: use keyword-only arguments in Pin(). 2019-10-16 19:50:04 +00:00