Fixed keep attribute on wires in opt_clean
[yosys.git] / backends /
2013-11-04 Clifford WolfImproved comments on topological sort in edif backend
2013-11-03 Clifford WolfAdded simple topological sort to edif backend
2013-11-03 Clifford WolfWrite yosys version to output files
2013-11-03 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2013-11-03 Clifford WolfIgnore explicit unconnected ports in intersynth backend
2013-10-31 Clifford WolfAdded placeholder check to dfflibmap and cleaned up...
2013-10-27 Clifford WolfFixed hex string generation bug in edif backend
2013-10-24 Clifford WolfAdded support for complex set-reset flip-flops in proc_dff
2013-10-24 Clifford WolfFixed handling of boolean attributes (backends)
2013-10-24 Clifford WolfFixed handling of boolean attributes (kernel)
2013-10-18 Clifford WolfAdded $_SR_[PN][PN]_, $_DFFSR_[PN][PN][PN]_, $_DLATCH_...
2013-10-18 Clifford WolfAdded $sr, $dffsr and $dlatch cell types
2013-10-17 Clifford WolfAdded -buf, -true and -false options to blif backend
2013-09-17 Clifford WolfImprovements in EDIF backend
2013-09-15 Clifford WolfAdded additional options to BLIF backend
2013-09-15 Clifford WolfAdded BLIF backend
2013-09-15 Clifford WolfA couple of small fixes in SPICE backend
2013-09-14 Clifford WolfAdded spice testbench to techlibs/cmos
2013-09-14 Clifford WolfAdded spice backend
2013-09-03 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2013-09-03 Clifford WolfAdded -selected option to various backends
2013-08-28 Clifford WolfEncode large (>32 bits) parameters as hex string in...
2013-08-27 Clifford WolfImproved edif backend
2013-08-22 Clifford WolfMore explicit integer output in verilog backend
2013-08-22 Clifford WolfAdded correct encoding of identifiers in EDIF backend
2013-08-22 Clifford WolfAdded edif backend (still under construction)
2013-06-10 Clifford WolfFixed generation of newlines in "dump" output
2013-06-02 Clifford WolfAdded "dump" command (part ilang backend)
2013-05-16 Clifford WolfMerge branch 'bugfix'
2013-03-28 Clifford WolfImplemented proper handling of stub placeholder modules
2013-03-24 Clifford WolfAdded -notypes option to intersynth backend
2013-03-23 Clifford WolfFixed gcc build (intersynth backend)
2013-03-23 Clifford WolfVarious improvements in intersynth backend
2013-03-23 Clifford WolfAdded intersynth backend
2013-03-21 Clifford WolfAvoid verilog-2k in verilog backend
2013-03-14 Clifford WolfMore support code for $sr cells
2013-03-03 Clifford WolfFixed a gcc compiler warning [-Wparentheses]
2013-02-28 Clifford WolfAdded more help messages
2013-01-05 Clifford Wolfinitial import