vendor.lattice_{ecp5,machxo_2_3l}: specify impl-dir correctly
[nmigen.git] / nmigen / compat /
2020-07-28 Jean THOMASnmigen.lib.scheduler: add RoundRobin.
2020-07-21 whitequarkcompat.fhdl.bitcontainer: fix value_bits_sign().
2020-07-02 whitequarkcompat.fhdl.specials: fix handling of tristate (i=None...
2020-04-02 Jacob LifshayAdd support for using non-compat Elaboratable instances...
2020-02-16 awyglenmigen.compat.genlib.cdc: add PulseSynchronizer.
2020-02-01 whitequark_unused: extract must-use logic from hdl.ir.
2020-01-12 whitequarkRemove everything deprecated in nmigen 0.1.
2019-11-28 whitequarkback.pysim: redesign the simulator.
2019-10-17 whitequarkcompat.fhdl.specials: fix argument parsing compatibility.
2019-10-13 whitequark{,_}tools→{,_}utils
2019-10-13 whitequarkcompat.fhdl.decorators: improve backwards compatibility.
2019-10-13 whitequarkcompat.fhdl.bitcontainer: update Value.wrap call.
2019-10-12 whitequarkcompat.genlib.fsm: add migration warning.
2019-10-12 whitequarkcompat.fhdl.decorators: add migration warnings.
2019-10-12 whitequarkhdl.ast: rename Slice.end back to Slice.stop.
2019-10-12 whitequarkcompat.fhdl.structure: remove SPECIAL_* constants.
2019-10-12 whitequark_tools: extract most utility methods to a private package.
2019-10-11 whitequarkhdl.ast: Value.{wrap→cast}
2019-09-23 whitequarklib.cdc: MultiReg→FFSynchronizer.
2019-09-23 whitequarkhdl.mem,lib.fifo: use keyword-only arguments for memory...
2019-09-23 whitequarklib.fifo: make simulation read() and write() functions...
2019-09-12 whitequarklib.cdc: make domain properties private.
2019-09-12 whitequarklib.cdc: adjust ResetSynchronizer for new CDC primitive...
2019-09-12 whitequarklib.cdc: adjust MultiReg for new CDC primitive conventions.
2019-08-19 whitequarkback.{rtlil,verilog}: split convert_fragment() off...
2019-08-18 whitequarkcompat.fhdl.decorators: avoid using deprecated NativeCE...
2019-08-08 whitequarkcompat.fhdl.decorators: port from oMigen.
2019-08-08 whitequarkcompat.fhdl.module: fix finalization of transformed...
2019-08-03 whitequarkcompat.fhdl.specials: track changes in build.plat.
2019-08-03 whitequarkhdl.ir: call back from Fragment.prepare if a clock...
2019-07-08 whitequarkcompat.genlib.fsm: fix after commit dac62754.
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-07-03 whitequarkcompat.fhdl.structure: fix If/Elif/Else after 32446831.
2019-06-28 whitequarkhdl.{ast,dsl}, back.{pysim,rtlil}: allow multiple case...
2019-06-25 whitequarkcompat.fhdl.structure: fix typo.
2019-06-25 whitequarkcompat.fhdl.structure: simplify handling of default...
2019-06-13 whitequarkcompat.fhdl.structure: fix Case().makedefault().
2019-06-13 whitequarkcompat.fhdl.structure: always order default case as...
2019-06-04 whitequarkcompat.fhdl.module: silence "unused elaboratable" warnings.
2019-06-04 whitequarkcompat.fhdl.specials: fix platform lowering for TSTripl...
2019-06-04 whitequarkcompat.fhdl.specials: fix platform lowering.
2019-06-04 whitequarkcompat.fhdl.module: implement some TODO'd deprecation...
2019-06-04 whitequarkcompat.fhdl.module: CompatModule should be elaboratable.
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.module: fix typo.
2019-01-26 whitequarkcompat.fhdl.specials: fix __all__ list.
2019-01-26 whitequarkcompat.genlib.resetsync: add shim for AsyncResetSynchro...
2019-01-26 whitequarkcompat.fifo: fix _FIFOInterface deprecation wrapper.
2019-01-26 whitequarkcompat: suppress deprecation warnings that are internal...
2019-01-26 whitequarktest.compat: reenable tests converting to Verilog.
2019-01-26 whitequarkcompat.sim: fix deprecated stdlib import.
2019-01-26 whitequarkhdl.ir: rename .get_fragment() to .elaborate().
2019-01-26 whitequarktest.compat: import tests from Migen as appropriate.
2019-01-22 whitequarkcompat.genlib.fifo: adjust _FIFOInterface shim to not...
2019-01-20 whitequarkcompat.genlib.cdc: add missing import.
2019-01-20 whitequarkcompat.genlib.cdc: add GrayCounter and GrayDecoder...
2019-01-19 whitequarkfhdl.specials: add compatibility shim for Tristate.
2019-01-19 whitequarkcompat.genlib.fifo: add aliases for SyncFIFO, SyncFIFOB...
2018-12-26 Jean-François Nguyencompat.genlib.coding: fix import.
2018-12-26 whitequarklib.coding: port from Migen.
2018-12-22 whitequarkcompat.genlib.fsm: fix naming for non-Signal LHS.
2018-12-22 whitequarkcompat: use nicer names for next_value/next_value_ce...
2018-12-22 whitequarkcompat: fix confusing naming for memory port address...
2018-12-22 whitequarkcompat: do not finalize native submodules twice.
2018-12-21 whitequarkcompat: provide verilog.convert shim.
2018-12-21 whitequarkcompat: provide Memory shim.
2018-12-18 whitequarkcompat: import genlib.record from Migen.
2018-12-18 whitequarkcompat: add wrappers for Slice.stop, Cat.l, _ArrayProxy...
2018-12-16 whitequarkhdl.dsl: add clock domain support.
2018-12-16 whitequarkcompat.fhdl.structure: only convert to bool in If/Elif...
2018-12-16 whitequarkcompat.fhdl: reexport Array.
2018-12-15 whitequarkRename fhdl→hdl, genlib→lib.
2018-12-15 whitequarkcompat.fhdl.structure: handle If/Elif with multi-bit...
2018-12-14 whitequarkcompat.fhdl.module: allow adding native submodules...
2018-12-14 whitequarkFix deprecations in Python 3.7.
2018-12-14 whitequarkback.pysim: make initial phase configurable.
2018-12-14 whitequarkcompat.sim: match clock period.
2018-12-14 whitequarkcompat: add run_simulation shim.
2018-12-14 whitequarkcompat.fhdl.module: fix specials.
2018-12-14 whitequarkcompat: add fhdl.specials.TSTriple shim.
2018-12-14 whitequarkcompat: add genlib.cdc.MultiReg shim.
2018-12-14 whitequarkcompat.fhdl.module: update deprecation messages.
2018-12-14 whitequarkast, back.pysim: allow specifying user-defined decoders...
2018-12-13 whitequarkcompat.genlib.fsm: import/wrap Migen code.
2018-12-13 whitequarkfhdl: cd_name→domain.
2018-12-13 whitequarkcompat.fhdl.module: implement finalization.
2018-12-13 whitequarkfhdl.ast: bits_sign→shape.
2018-12-12 whitequarkcompat.fhdl.{module,structure}: import/wrap Migen code...
2018-12-12 whitequarkcompat.fhdl.bitcontainer: import/wrap Migen code.