back.verilog: allow stripping the src attribute, for cleaner output.
[nmigen.git] / nmigen / back / verilog.py
2019-04-22 whitequarkback.verilog: allow stripping the src attribute, for... working
2019-01-13 whitequarkback.verilog: better error message if Yosys is not...
2019-01-08 whitequarkback.verilog: remove undriven check.
2018-12-22 whitequarkback.verilog: do not rename internal signals.
2018-12-21 whitequarkhdl.mem: tie rdport.en high for asynchronous or transpa...
2018-12-21 whitequarkback.rtlil: implement memories.
2018-12-13 whitequarkback.verilog: remove debug code.
2018-12-13 whitequarkcompat.genlib.fsm: import/wrap Migen code.
2018-12-13 whitequarkback.verilog: detect undriven public wires using Yosys.
2018-12-12 whitequarkInitial commit.