hdl.ast: fix naming of Signal.like() signals when tracer fails.
[nmigen.git] / nmigen / compat /
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.