Added $lcu cell type
[yosys.git] / kernel / celltypes.h
2014-09-08 Clifford WolfAdded $lcu cell type
2014-09-08 Clifford WolfAdded "$fa" cell type
2014-09-06 Clifford WolfAdded $macc cell type
2014-09-04 Clifford WolfRemoved $bu0 cell type
2014-08-31 Clifford WolfAdded eval model for $lut cells
2014-08-30 Clifford WolfAdded $alu cell type
2014-08-22 Clifford WolfAdded emscripten (emcc) support to build system and...
2014-08-16 Clifford WolfAdded additional gate types: $_NAND_ $_NOR_ $_XNOR_...
2014-08-16 Clifford WolfAdded CellTypes::cell_evaluable()
2014-08-15 Clifford WolfRenamed $lut ports to follow A-Y naming scheme
2014-08-15 Clifford WolfRenamed $_INV_ cell type to $_NOT_
2014-08-14 Clifford WolfAdded module->ports
2014-08-14 Clifford WolfRefactoring of CellType class
2014-08-14 Clifford WolfRIP $safe_pmux
2014-08-01 Clifford WolfPreparations for RTLIL::IdString redesign: cleanup...
2014-07-29 Clifford WolfAdded $shift and $shiftx cell types (needed for correct...
2014-07-28 Clifford WolfUsing log_assert() instead of assert()
2014-07-27 Clifford WolfRefactoring: Renamed RTLIL::Design::modules to modules_
2014-07-26 Clifford WolfRefactoring: Renamed RTLIL::Module::wires to wires_
2014-03-31 Clifford WolfAdded support for dlatchsr cells
2014-02-27 Clifford WolfFixed const folding of $bu0 cells
2014-02-07 Clifford WolfAdded $slice and $concat to CellTypes list
2014-02-07 Clifford WolfAdded $slice and $concat cell types
2014-01-20 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-01-19 Clifford WolfAdded $assert cell
2014-01-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2013-12-28 Clifford WolfAdded $bu0 cell (for easy correct $eq/$ne mapping)
2013-12-27 Clifford WolfAdded support for non-const === and !== (for miter...
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-07-23 Clifford WolfAdded $lut cells and abc lut mapping support
2013-06-14 Clifford WolfFixed even more ConstEval bugs found using xsthammer
2013-06-13 Clifford WolfAdded consteval testing to xsthammer and fixed bugs
2013-05-24 Clifford WolfAdded log_assert() api
2013-03-15 Clifford WolfAdded additional functionality and cleanups in sigtools...
2013-03-14 Clifford WolfAdded #ci and #co selection operators
2013-03-14 Clifford WolfAdded $sr cell type to celltypes.h
2013-03-03 Clifford WolfAdded library support to celltypes class and show pass
2013-01-05 Clifford Wolfinitial import