Merge branch 'master' of https://github.com/Siesh1oo/yosys
[yosys.git] / libs /
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-11 Clifford WolfMerged a few fixes for non-posix systems from github...
2014-03-10 Siesh1oo - libs/ezsat/ezminisat.cc: use sigemptyset() to clear...
2014-03-10 Siesh1oo - libs/ezsat/ezminisat.cc: use POSIX.2001 sigaction...
2014-03-10 Siesh1oo - libs/ezsat/ezsat.cc: need to #include <cmath> or...
2014-03-05 Clifford WolfSwitched to EZMINISAT_SIMPSOLVER as default SAT solver
2014-03-03 Clifford WolfezSAT: Added frozen_literal() API
2014-03-03 Clifford WolfezSAT: Fixed handling of eliminated Literals, added...
2014-03-01 Clifford WolfAdded ezSAT::eliminated API to help the SAT solver...
2014-03-01 Clifford WolfezSAT bugfix: don't call virtual methods in base class...
2014-03-01 Clifford WolfRemoved ezSAT::assumed() API
2014-03-01 Clifford WolfRemoved ezSAT built-in brute-froce solver
2014-02-23 Clifford WolfAdded support for Minisat::SimpSolver + ezSAT frezze...
2014-02-22 Clifford WolfAdded ezMiniSat EZMINISAT_INCREMENTAL compile-time...
2014-02-22 Clifford WolfMade MiniSat solver backend configurable in ezminisat.h
2014-02-18 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2014-02-18 Clifford WolfImproved non-verbose ezSAT::printDIMACS() format
2014-02-09 Clifford Wolffixed a bug in subcircuit library with cells that have...
2013-11-28 Clifford WolfMerge pull request #17 from mschmoelzer/master
2013-11-28 Martin SchmölzerInclude unistd.h in svgview.cpp (required for getcwd...
2013-11-28 Clifford WolfAdded QGraphicsWebView to yosys-svgviewer
2013-11-27 Clifford WolfAdded some svgviewer code for possible future switch...
2013-11-25 Clifford WolfAdded ezsat vec_const() api
2013-11-25 Clifford WolfRemoved undef feature from ezsat api
2013-11-03 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2013-10-31 Clifford WolfChanged MiniSAT feater defines again
2013-10-30 Clifford WolfFixed ezminisat C++ errors: undef PRIi64
2013-10-11 Clifford WolfFixed minisat include
2013-08-15 Clifford WolfAdded ezsat api for creation of anonymous vectors
2013-08-11 Clifford WolfAdded SAT support for $div and $mod cells
2013-07-05 Clifford WolfFixed gcc warnings in ezminisat
2013-06-20 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2013-06-20 Clifford WolfAdded timout functionality to SAT solver
2013-06-12 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2013-06-12 Clifford WolfFixed gcc build (c++11 stuff in ezSAT)
2013-06-09 Clifford WolfAdded ezSAT api support for don't care values in models
2013-06-08 Clifford WolfFixes and improvements in ezSAT library
2013-06-07 Clifford WolfImproved sat generator and sat_solve pass
2013-06-07 Clifford WolfAdded ezSAT library
2013-05-16 Clifford WolfMerge branch 'bugfix'
2013-03-28 Clifford WolfImproved subcircuit verbose output (added portmapper...
2013-03-28 Clifford WolfFixed svgviewer hacks for builtin files
2013-03-27 Clifford WolfKeep viewport transform stable on reload in yosys-svgviewer
2013-03-27 Clifford WolfNow using SVG and yosys-svgviewer per default in show...
2013-03-27 Clifford WolfAdded yosys-svgviewer to build system and renamed filte...
2013-03-27 Clifford WolfImported svgviewer from qt4.8
2013-03-25 Clifford WolfImproved verbose output of subcircuit
2013-03-07 Clifford WolfAdded portmapping support to subcircuit userCompareNode...
2013-03-06 Clifford WolfFixed mine test case for subcircuit library
2013-03-06 Clifford WolfFixed handling of constant values and port swapping...
2013-03-05 Clifford WolfAdded some simple progress information to verbose subci...
2013-03-03 Clifford WolfPerformance optimization in subcircuit mining
2013-03-03 Clifford WolfAdded "shared nodes" feature to the subcircuit library
2013-03-03 Clifford WolfFixed subcircuit allowOverlap=false corner case
2013-03-03 Clifford WolfFixed memory corruption in subcircuit miner
2013-03-03 Clifford WolfMinor hotfixes (mostly gcc build fixes)
2013-03-02 Clifford WolfFinished "extract -mine" feature
2013-03-02 Clifford WolfMore fun with subcircuit mining
2013-03-02 Clifford WolfAdded -mine option to extract pass (not finished)
2013-03-02 Clifford Wolfsubcircuit library: implied allExtern for mining
2013-03-02 Clifford WolfAdded frequent subcircuit miner to subcircuit library
2013-02-27 Clifford WolfMoved stand-alone libs to libs/ directory and added...