amaranth/nmigen/lib
whitequark 1eee7cd76f lib.io: allow dir="oe".
Although a dir="oe" pin is generally equivalent to dir="io" pin with
the i* signal(s) disconnected, they are not equivalent, because some
pins may not be able to support input buffers at all, either because
there are no input buffers, or because the input buffers are consumed
by some other resource.

E.g. this can happen on iCE40 when the input buffer is consumed by
a PLL.
2019-06-03 04:28:53 +00:00
..
__init__.py Rename fhdl→hdl, genlib→lib. 2018-12-15 14:25:31 +00:00
cdc.py hdl.ir: detect elaboratables that are created but not used. 2019-04-21 08:52:57 +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.ir: detect elaboratables that are created but not used. 2019-04-21 08:52:57 +00:00
io.py lib.io: allow dir="oe". 2019-06-03 04:28:53 +00:00