qbfsat: Remove cruft inadvertently left untouched in commit 86fc49a9d60f9ad4cdeec9366...
[yosys.git] / passes / sat / qbfsat.cc
2020-05-23 Alberto Gonzalezqbfsat: Remove cruft inadvertently left untouched in...
2020-05-23 Alberto Gonzalezqbfsat: Add bisection mode and make it the default.
2020-05-03 whitequarkMerge pull request #2000 from whitequark/log_error...
2020-05-01 Claire WolfMerge pull request #1981 from YosysHQ/claire/fix1837
2020-04-24 whitequarkMerge pull request #1998 from whitequark/cxxrtl-fixes
2020-04-23 Eddie HungMerge pull request #1974 from YosysHQ/eddie/abc9_disabl...
2020-04-23 Claire WolfMerge pull request #1989 from boqwxp/qbfsat_anyconst_so...
2020-04-23 Claire WolfMerge pull request #1988 from boqwxp/qbfsat
2020-04-23 Alberto Gonzalezqbfsat: Make hole name recovery more robust. Allow...
2020-04-23 Alberto Gonzalezqbfsat: Add `-assume-negative-polarity` option.
2020-04-22 Eddie HungMerge pull request #1949 from YosysHQ/eddie/select_blackbox
2020-04-22 Eddie HungMerge pull request #1950 from YosysHQ/eddie/design_import
2020-04-21 Claire WolfMerge pull request #1851 from YosysHQ/claire/bitselwrite
2020-04-17 whitequarkMerge pull request #1952 from boqwxp/add_edge_location
2020-04-17 whitequarkMerge pull request #1954 from YosysHQ/dave/fix-stdout...
2020-04-17 David Shahqbfsat: Fix illegal use of 'stdout' identifier
2020-04-17 whitequarkMerge pull request #1864 from boqwxp/cleanup_techmap_abc
2020-04-16 whitequarkMerge pull request #1896 from boqwxp/read_stdin_repl
2020-04-16 Claire WolfMerge pull request #1797 from epfl-vlsc/firrtl_backend_...
2020-04-16 Eddie HungMerge pull request #1927 from YosysHQ/eddie/design_remo...
2020-04-16 whitequarkMerge pull request #1915 from boqwxp/dict_move_semantics
2020-04-16 whitequarkMerge pull request #1900 from Xiretza/suppress-makefile...
2020-04-16 whitequarkMerge pull request #1937 from hzeller/consexpr-opportunity
2020-04-15 Miodrag MilanovićMerge pull request #1894 from YosysHQ/mingw_fix
2020-04-15 Eddie HungMerge pull request #1916 from YosysHQ/eddie/kernel_make...
2020-04-15 Eddie HungMerge pull request #1933 from YosysHQ/eddie/zinit_more
2020-04-15 N. EngelhardtMerge pull request #1830 from boqwxp/qbfsat
2020-04-11 Alberto GonzalezUse `pool` instead of `std::set`.
2020-04-11 Alberto GonzalezUse `dict` instead of `std::map`.
2020-04-09 Alberto GonzalezClean up `passes/sat/qbfsat.cc`.
2020-04-07 Alberto GonzalezRemove `$anyconst` cells before specialization to elimi...
2020-04-04 Alberto GonzalezUse newly-renamed `-push-copy` option.
2020-04-04 Alberto GonzalezImprove style in `passes/sat/qbfsat.cc`.
2020-04-04 Alberto GonzalezGracefully report error when module has nothing to...
2020-04-04 Alberto GonzalezSuppress `yosys-smtbmc` output unless the new `-show...
2020-04-04 Alberto GonzalezFix handling of `-sat` and `-unsat` options when the...
2020-04-04 Alberto GonzalezUse `log_push()` and `log_pop()` and show the satisfiab...
2020-04-04 Alberto GonzalezClean up `qbfsat` command and fix AND-reduction of...
2020-04-04 Alberto GonzalezUse the `-duplicate` option rather than `-save` and...
2020-04-04 Alberto GonzalezUse internal `run_command()` API instead of `popen()`.
2020-04-04 Alberto GonzalezClean up manual casting.
2020-04-04 Alberto GonzalezRemove unimplemented `-timeout` option.
2020-04-04 Alberto GonzalezImplement the `-assume-outputs`, `-sat`, and -unsat...
2020-04-04 Alberto GonzalezAdd NDEBUG guards to `qbfsat` assertions.
2020-04-04 Alberto GonzalezImplement `-specialize-from-file` option for the `qbfsa...
2020-04-04 Alberto GonzalezImplement `-write-solution` option for the `qbfsat...
2020-04-04 Alberto GonzalezClean up `passes/sat/qbfsat.cc`.
2020-04-04 Alberto GonzalezUpdated `yosys-smtbmc` to optionally dump raw bit strin...
2020-04-04 Alberto GonzalezHole value recovery and specialization implementation...
2020-04-04 Alberto GonzalezBarebones implementation of `qbfsat` command.
2020-04-04 Alberto GonzalezInitial skeleton for `qbfsat` command.