ice40: split out cells_map.v into ff_map.v
[yosys.git] / kernel / satgen.h
2014-09-01 Clifford WolfAdded SAT model for $alu cells
2014-08-31 Clifford WolfAdded $lut support in test_cell, techmap, satgen
2014-08-16 Clifford WolfAdded additional gate types: $_NAND_ $_NOR_ $_XNOR_...
2014-08-15 Clifford WolfRenamed $_INV_ cell type to $_NOT_
2014-08-14 Clifford WolfRIP $safe_pmux
2014-07-31 Clifford WolfRenamed port access function on RTLIL::Cell, added...
2014-07-30 Clifford WolfUsing native ezSAT shift ops in satgen, fixed $shift...
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-26 Clifford WolfMerge automatic and manual code changes for new cell...
2014-07-26 Clifford WolfChanged users of cell->connections_ to the new API...
2014-07-26 Clifford WolfRenamed RTLIL::{Module,Cell}::connections to connections_
2014-07-23 Clifford WolfRemoved RTLIL::SigSpec::expand() method
2014-07-22 Clifford WolfSigSpec refactoring: using the accessor functions every...
2014-07-22 Clifford WolfSigSpec refactoring: renamed chunks and width to __chun...
2014-07-21 Clifford WolfBugfix in satgen for cells with wider in- than outputs.
2014-03-12 Siesh1ooMerge branch 'master' of https://github.com/Siesh1oo...
2014-03-12 Clifford WolfAdded libs/minisat (copy of minisat git master)
2014-03-06 Clifford WolfFixed use of frozen literals in SatGen
2014-03-06 Clifford WolfStrictly zero-extend unsigned A-inputs of shift operations
2014-02-26 Clifford WolfAdded support for $bu0 to SatGen
2014-02-23 Clifford WolfAdded support for Minisat::SimpSolver + ezSAT frezze...
2014-02-07 Clifford WolfAdded $slice and $concat cell types
2014-02-04 Clifford WolfFixed bug in sequential sat proofs and improved handlin...
2014-01-20 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-01-19 Clifford WolfAdded $assert support to satgen
2014-01-14 Ahmed IrfanMerge branch 'master' of https://github.com/ahmedirfan1...
2014-01-03 Clifford WolfFixed SAT and ConstEval undef handling for $pmux and...
2014-01-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-01-02 Clifford WolfAdded SAT undef model for $pmux and $safe_pmux
2014-01-02 Clifford WolfMajor rewrite of "freduce" command
2013-12-29 Clifford WolfFixed undef extend for bitwise binary ops (bugs in...
2013-12-27 Clifford WolfFixed sat handling of $eqx and $nex with unequal port...
2013-12-27 Clifford WolfSmall cleanup in SatGen
2013-12-27 Clifford WolfFixed sat handling of $eqx and $nex cells
2013-12-27 Clifford WolfAdded support for non-const === and !== (for miter...
2013-12-07 Clifford WolfAdded "sat" undef support and "sat -set-init" options
2013-11-25 Clifford WolfImprovements in satgen undef handling
2013-11-25 Clifford WolfImprovements in satgen undef handling
2013-11-25 Clifford WolfStarted implementing undef handling in satgen
2013-11-09 Clifford WolfAdded verification of SAT model to "eval -vloghammer_re...
2013-11-06 Clifford WolfImproved width extension with regard to undef propagation
2013-08-15 Clifford WolfImplemented same div-by-zero behavior as found in other...
2013-08-15 Clifford WolfAdded sat -ignore_div_by_zero switch
2013-08-11 Clifford WolfAdded SAT support for $div and $mod cells
2013-07-09 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2013-07-09 Clifford WolfFixed shift ops with large right hand side
2013-06-13 Clifford WolfMore fixes for bugs found using xsthammer
2013-06-12 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2013-06-12 Clifford WolfAnother fix for a bug found using xsthammer
2013-06-10 Clifford WolfSign-extension related fixes in SatGen and AST frontend
2013-06-10 Clifford WolfImprovements and fixes in SAT code
2013-06-09 Clifford WolfImplemented temporal induction proofs in sat_solve
2013-06-09 Clifford WolfFixed handling of $_XOR_ in SAT generator
2013-06-09 Clifford WolfAdded sequential solving support to sat_solve
2013-06-08 Clifford WolfAdded support for shifter cells to SAT generator
2013-06-08 Clifford WolfVarious improvements in sat_solve pass and SAT generator
2013-06-07 Clifford WolfImproved sat generator and sat_solve pass
2013-06-07 Clifford WolfAdded SAT generator and simple sat_solve command