amaranth/nmigen/lib
whitequark 94e8f479a5 hdl.mem: use read_port(domain="comb") for asynchronous read ports.
This avoids the absurdity of the combination of arguments that is
read_port(domain="sync", synchronous=True).

Fixes #116.
2019-07-01 19:56:49 +00:00
..
__init__.py Clean up imports. 2019-06-04 08:18:50 +00:00
cdc.py lib.cdc: avoid interior clock domains in ResetSynchronizer. 2019-06-28 07:34:10 +00:00
coding.py hdl.ir: detect elaboratables that are created but not used. 2019-04-21 08:52:57 +00:00
fifo.py hdl.mem: use read_port(domain="comb") for asynchronous read ports. 2019-07-01 19:56:49 +00:00
io.py lib.io: add i_clk and o_clk to pin layout with xdr>=1. 2019-06-03 07:43:31 +00:00