amaranth/nmigen/lib
awygle 2f8669cad6
lib.cdc: extract AsyncFFSynchronizer.
In some cases, it is necessary to synchronize a reset-like signal but
a new clock domain is not desirable. To address these cases, extract
the implementation of ResetSynchronizer into AsyncFFSynchronizer,
and replace ResetSynchronizer with a thin wrapper around it.
2020-03-08 21:37:40 +00:00
..
__init__.py Remove nmigen.lib from prelude. 2019-09-06 06:53:06 +00:00
cdc.py lib.cdc: extract AsyncFFSynchronizer. 2020-03-08 21:37:40 +00:00
coding.py hdl.ast: deprecate Signal.{range,enum}. 2019-10-11 13:07:42 +00:00
fifo.py Remove everything deprecated in nmigen 0.1. 2020-01-12 13:59:26 +00:00
io.py lib.io: use keyword-only arguments in Pin(). 2019-10-16 19:50:04 +00:00