back.verilog: detect undriven public wires using Yosys.
[nmigen.git] / nmigen / fhdl /
2018-12-13 whitequarkfhdl.ir: explain how port enumeration works.
2018-12-13 whitequarkfhdl.ir: make sure clocks and resets of used CDs appear...
2018-12-13 whitequarkcompat.fhdl.module: implement finalization.
2018-12-13 whitequarkfhdl.ast: bits_sign→shape.
2018-12-13 whitequarkfhdl.ast: add tests for most logic.
2018-12-12 whitequarkcompat.fhdl.{module,structure}: import/wrap Migen code...
2018-12-12 whitequarkfhdl.ast.Signal: implement .like().
2018-12-12 whitequarkfhdl.ir: fix port threading code.
2018-12-12 whitequarkfhdl.dsl: comb/sync/sync.pix→d.comb/d.sync/d.pix.
2018-12-12 whitequarkfhdl.ast.Signal: fix typo.
2018-12-12 whitequarkfhdl.ast.Signal: implement attrs field.
2018-12-12 whitequarkfhdl.ast.Signal: implement width derivation from min...
2018-12-12 whitequarkfhdl.ast.Signal: implement reset_less signals.
2018-12-12 whitequarkfhdl.ast.Signal: assign an internal name if tracer...
2018-12-12 whitequarkfhdl.dsl: allow f.sync["dom"] as a synonym of f.sync...
2018-12-12 whitequarkClockDomain.{rst→reset}, for consistency with ResetInse...
2018-12-12 whitequarkInitial commit.