compat.fhdl.specials: fix handling of tristate (i=None) pins.
[nmigen.git] / nmigen / compat / fhdl / specials.py
2020-07-02 whitequarkcompat.fhdl.specials: fix handling of tristate (i=None...
2020-01-12 whitequarkRemove everything deprecated in nmigen 0.1.
2019-10-17 whitequarkcompat.fhdl.specials: fix argument parsing compatibility.
2019-10-13 whitequark{,_}tools→{,_}utils
2019-10-12 whitequark_tools: extract most utility methods to a private package.
2019-08-03 whitequarkcompat.fhdl.specials: track changes in build.plat.
2019-07-03 whitequarkcompat.fhdl.specials: mark CompatMemory as Elaboratable.
2019-07-03 whitequarkcompat.fhdl.specials: use "sync" as default domain...
2019-07-03 whitequarkcompat.fhdl.specials: fix Memory.get_port() after 94e8f479.
2019-06-04 whitequarkcompat.fhdl.specials: fix platform lowering for TSTripl...
2019-06-04 whitequarkcompat.fhdl.specials: fix platform lowering.
2019-06-03 whitequarkcompat.fhdl.specials: TSTriple is not an elaboratable.
2019-05-20 Chris OsterwoodAdd import so that Tristate.elaborate builds
2019-04-22 Alain Péteutcompat.fhdl.specials: fix Tristate, TSTriple.
2019-04-22 Alain Péteutcompat.fhdl.specials: fix Tristate.
2019-04-22 whitequarkcompat.fhdl.specials: fix TSTriple.
2019-04-15 whitequarklib.io: rework TSTriple/Tristate interface to use pin_l...
2019-01-26 whitequarkcompat.fhdl.specials: fix __all__ list.
2019-01-26 whitequarkhdl.ir: rename .get_fragment() to .elaborate().
2019-01-19 whitequarkfhdl.specials: add compatibility shim for Tristate.
2018-12-22 whitequarkcompat: fix confusing naming for memory port address...
2018-12-21 whitequarkcompat: provide Memory shim.
2018-12-15 whitequarkRename fhdl→hdl, genlib→lib.
2018-12-14 whitequarkcompat.fhdl.module: allow adding native submodules...
2018-12-14 whitequarkcompat: add fhdl.specials.TSTriple shim.