Merge pull request #2015 from boqwxp/qbfsat-bisection
[yosys.git] / passes /
2020-05-25 clairexenMerge pull request #2015 from boqwxp/qbfsat-bisection
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-22 whitequarkMerge pull request #2072 from whitequark/cxxrtl-dont...
2020-05-22 Eddie Hungabc9_ops: update comment
2020-05-21 Eddie HungMerge pull request #2057 from YosysHQ/eddie/fix_task_attr
2020-05-21 Miodrag MilanovićMerge pull request #2059 from boqwxp/logger-vector...
2020-05-20 N. EngelhardtMerge pull request #2046 from PeterCrozier/trap
2020-05-20 N. EngelhardtMerge pull request #2054 from boqwxp/fix-smtbmc
2020-05-18 Eddie HungMerge pull request #1926 from YosysHQ/eddie/abc9_auto_dff
2020-05-15 Alberto Gonzalezlog: Use `dict` instead of `std::vector<std::pair>...
2020-05-14 Eddie Hungabc9: use (* abc9_keep *) instead of (* abc9_scc *...
2020-05-14 Eddie HungMerge pull request #2055 from YosysHQ/eddie/logger_multiple
2020-05-14 Eddie Hungopt_expr: Sx to Sz; spotted by @Xiretza
2020-05-14 Eddie HungMerge pull request #1994 from YosysHQ/eddie/fix_bug1758
2020-05-14 Eddie Hunglogger: clean up doc
2020-05-14 Eddie Hungabc9_ops: -prep_hier to create unmap module that remove...
2020-05-14 Eddie Hungabc9: preserve $_DFF_?_.Q's (* init *); rely on clean...
2020-05-14 Eddie HungFix broken test when ignoring abc9_flop with init ...
2020-05-14 Eddie Hungabc9_ops/xaiger: further reducing Module::derive()...
2020-05-14 Eddie HungCleanup; reduce Module::derive() calls
2020-05-14 Eddie Hungabc9: update to =_$abc9_flops pattern which includes...
2020-05-14 Eddie Hungabc9_ops: update docs
2020-05-14 Eddie Hungabc9: only do +/abc9_map if `DFF
2020-05-14 Eddie Hungabc9: rework submod -- since it won't move (* keep...
2020-05-14 Eddie Hungabc9_ops: move assert
2020-05-14 Eddie Hungabc9: put 'aigmap' back
2020-05-14 Eddie Hungabc9_ops: fix bypass boxes using (* abc9_bypass *)
2020-05-14 Eddie Hungabc9_ops: tidy up, suppress error if no boxes/holes
2020-05-14 Eddie Hungabc9_ops: -prep_delays to not insert delay box if input...
2020-05-14 Eddie Hungabc9_ops: cleanup; -prep_dff -> -prep_dff_submod
2020-05-14 Eddie Hungabc9_ops: add -prep_bypass for auto bypass boxes; refactor
2020-05-14 Eddie Hungabc9_ops: -reintegrate to handle $_FF_; cleanup
2020-05-14 Eddie Hungabc9: restore selected_modules()
2020-05-14 Eddie Hungabc9: add flop boxes to basic $_DFF_P_ and $_DFF_N_ too
2020-05-14 Eddie Hungabc9_ops: -prep_dff_map to error if async flop found
2020-05-14 Eddie Hungabc9: remove redundant wbflip
2020-05-14 Eddie Hungabc9: generate $abc9_holes design instead of <name...
2020-05-14 Eddie Hungabc9_ops: more robust
2020-05-14 Eddie Hungabc9: suppress warnings when no compatible + used flop...
2020-05-14 Eddie Hungabc9: cleanup
2020-05-14 Eddie Hungabc9_ops: -prep_dff_map to check $_DFF_[NP]_.Q drives...
2020-05-14 Eddie Hungabc9_ops: do away with '$abc9_cells' selection
2020-05-14 Eddie Hungabc9_ops: use new 'design -delete' and 'select -unset'
2020-05-14 Eddie Hungsubmod: revert accidental change
2020-05-14 Eddie Hungabc9_ops: -prep_dff_map to warn if no specify cells
2020-05-14 Eddie Hungabc9_ops: -prep_dff_map to cope with plain $_DFF_[NP...
2020-05-14 Eddie Hungabc9: cleanup
2020-05-14 Eddie Hungabc9_ops: do not use (* abc9_init *)
2020-05-14 Eddie Hungabc9_ops: add 'dff' label for auto handling of (* abc9_...
2020-05-14 Eddie Hungabc9: fix behaviour and help for -box option
2020-05-14 Eddie Hunglogger: fix for multiple calls with same pattern
2020-05-14 Eddie HungFix whitespace
2020-05-14 Eddie HungMerge pull request #2045 from YosysHQ/eddie/fix2042
2020-05-14 Claire WolfMerge pull request #2052 from YosysHQ/claire/verific_memfix
2020-05-14 Claire WolfMerge pull request #2050 from YosysHQ/eddie/opt_clean_fixes
2020-05-14 Claire WolfMerge pull request #2027 from YosysHQ/eddie/verilog_neg...
2020-05-14 Eddie Hungopt_clean: improve warning message
2020-05-14 Eddie Hungopt_clean: rminit without -purge; also remove if consis...
2020-05-14 Eddie Hungopt_clean: really make 'clean' identical to 'opt_clean...
2020-05-08 Eddie Hungopt_expr: consume_x to require/imply !keepdc
2020-05-08 Eddie Hungopt_expr: restore consume_x; use for coarse grained too
2020-05-08 whitequarkMerge pull request #2022 from Xiretza/fallthroughs
2020-05-07 Claire WolfMerge pull request #2005 from YosysHQ/claire/fix1990
2020-05-05 whitequarkMerge pull request #2012 from whitequark/fix-wasi-abc...
2020-05-04 Eddie HungMerge pull request #1996 from boqwxp/rtlil_source_locations
2020-05-03 whitequarkMerge pull request #2000 from whitequark/log_error...
2020-05-03 Claire WolfMerge pull request #2014 from YosysHQ/claire/fixoptalu
2020-05-02 Eddie HungMerge pull request #2013 from YosysHQ/eddie/aiger_fixes
2020-05-02 Claire WolfFix the other "opt_expr -fine" bug introduced in 213a89558
2020-05-02 Claire WolfFix the other "opt_expr -fine" bug introduced in 213a89558
2020-05-02 Eddie Hungabc9_ops: -reintegrate to be sensitive to start_offset too
2020-05-02 Claire WolfAdd plusargs for output files in test_autotb output
2020-05-02 Claire WolfMerge pull request #2010 from YosysHQ/claire/fixopt
2020-05-01 whitequarkMerge pull request #2001 from whitequark/wasi
2020-05-01 Claire WolfFix "opt_expr -fine" bug introduced in 213a89558
2020-05-01 Claire WolfMerge pull request #1997 from whitequark/document-ootb
2020-05-01 Claire WolfMerge pull request #1981 from YosysHQ/claire/fix1837
2020-04-30 whitequarkAdd WASI platform support.
2020-04-30 Eddie HungMerge pull request #1999 from YosysHQ/eddie/verific_enu...
2020-04-30 whitequarkMerge pull request #2008 from whitequark/editorconfig-abc
2020-04-27 Eddie HungMerge pull request #1946 from YosysHQ/eddie/yosyshq_abc
2020-04-27 Eddie HungMerge pull request #1992 from YosysHQ/eddie/bugpoint_help
2020-04-24 whitequarkMerge pull request #1998 from whitequark/cxxrtl-fixes
2020-04-24 Eddie Hungopt_expr: const_xnor replacement to pad Y with 1'b1
2020-04-24 Eddie Hungbugpoint: improve messaging
2020-04-24 Eddie Hungbugpoint: (* keep *) to (* bugpoint_keep *); also apply...
2020-04-24 Eddie Hungbugpoint: skip ports with (* keep *) on; add header
2020-04-24 Eddie Hungopt_expr: more fixes for $xor/$xnor
2020-04-24 Eddie Hungopt_expr: do not group by X, more fixes
2020-04-23 Eddie Hungopt_expr: improve single-bit $and/$or/$xor/$xnor cells...
2020-04-23 Eddie Hungbugpoint: improve help text
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 Claire WolfMerge pull request #1986 from YosysHQ/eddie/verific_enum
2020-04-23 Alberto Gonzalezqbfsat: Make hole name recovery more robust. Allow...
2020-04-23 Eddie HungMerge pull request #1984 from YosysHQ/eddie/getParam_ex...
2020-04-23 Alberto Gonzalezqbfsat: Add `-assume-negative-polarity` option.
2020-04-23 Eddie Hungxilinx: xilinx_dsp_cascade to check CREG for DSP48E1...
next