Merge pull request #2006 from jersey99/signed-in-rtlil-wire
[yosys.git] / passes /
2020-06-04 whitequarkMerge pull request #2006 from jersey99/signed-in-rtlil...
2020-06-04 N. EngelhardtMerge pull request #2070 from hackfin/master
2020-06-04 Eddie HungMerge pull request #2082 from YosysHQ/eddie/abc9_scc_fixes no_loop
2020-06-03 Eddie HungMerge pull request #2080 from YosysHQ/eddie/fix_test_wa...
2020-06-03 whitequarkMerge pull request #2104 from whitequark/simplify-techmap
2020-06-03 whitequarktechmap: remove dead variable. NFC.
2020-06-02 whitequarktechmap: use C++11 default member initializers. NFC.
2020-06-02 whitequarktechmap: simplify.
2020-06-02 whitequarktechmap: use +/techmap.v instead of an ad-hoc code...
2020-05-31 clairexenMerge pull request #1862 from boqwxp/cleanup_techmap
2020-05-30 Eddie HungMerge pull request #2081 from YosysHQ/eddie/blackbox_ast
2020-05-30 clairexenMerge pull request #2018 from boqwxp/qbfsat-timeout
2020-05-29 clairexenMerge pull request #2029 from whitequark/fix-simplify...
2020-05-29 clairexenMerge pull request #1885 from Xiretza/mod-rem-cells
2020-05-29 clairexenMerge pull request #2092 from whitequark/rtlil-no-space...
2020-05-29 clairexenMerge pull request #2017 from boqwxp/qbfsat-cvc4
2020-05-29 clairexenMerge pull request #2016 from boqwxp/qbfsat-yices
2020-05-29 whitequarkMerge pull request #2033 from boqwxp/cleanup-verilog...
2020-05-28 XiretzaAdd flooring division operator
2020-05-28 XiretzaAdd flooring modulo operator
2020-05-28 whitequarkMerge pull request #2095 from rswarbrick/hier-typo
2020-05-28 Rupert SwarbrickFix small typos in documentation for hierarchy command
2020-05-28 whitequarkMerge pull request #2091 from boqwxp/printattrs
2020-05-28 whitequarkMerge pull request #2051 from Xiretza/makefile-cd-warning
2020-05-28 whitequarkMerge pull request #2031 from epfl-vlsc/master
2020-05-28 whitequarkMerge pull request #2063 from boqwxp/techmapped-firrtl
2020-05-28 Alberto Gonzalezprintattrs: Simplify `get_indent_str()`.
2020-05-27 Alberto Gonzalezprintattrs: Refactor indentation string building for...
2020-05-27 Alberto Gonzalezprintattrs: Use `flags` to pretty-print the `RTLIL...
2020-05-27 Alberto Gonzalezmisc: Add `printattrs` command.
2020-05-25 Eddie Hungabc9_ops: -prep_xaiger exclude (* abc9_keep *) wires...
2020-05-25 Alberto Gonzalezsmtbmc and qbfsat: Add timeout option to set solver...
2020-05-25 Alberto Gonzalezqbfsat: Add support for CVC4.
2020-05-25 Alberto Gonzalezqbfsat: Add `-solver` option and allow choice of Z3...
2020-05-25 Eddie Hungblackbox: re-use existing Module::makeblackbox() method
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-19 MartinMerge branch 'master' of https://github.com/hackfin...
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 Alberto Gonzaleztechmap: Replace naughty `const_cast<>()`s.
2020-05-14 Alberto Gonzaleztechmap: Replace pseudo-private member usage with the...
2020-05-14 Eddie Hungtechmap: sort celltypeMap as it determines techmap...
2020-05-14 Alberto GonzalezReplace `std::set`s using custom comparators with ...
2020-05-14 Eddie Hungtechmap: prefix special wires with backslash for use...
2020-05-14 Alberto GonzalezFurther clean up `passes/techmap/techmap.cc`.
2020-05-14 Alberto GonzalezUse `emplace()` for more efficient insertion into vario...
2020-05-14 Alberto GonzalezBuild constant bits directly rather than constructing...
2020-05-14 Alberto GonzalezReplace `std::set` with `pool` for `cell_to_inbit`...
2020-05-14 Alberto GonzalezUse `emplace()` rather than `insert()`.
2020-05-14 Alberto GonzalezClean up pseudo-private member usage and ensure range...
2020-05-14 Alberto GonzalezClean up extraneous buffer.
2020-05-14 Alberto GonzalezReplace `std::map` with `dict` for `unique_bit_id`.
2020-05-14 Alberto GonzalezReplace `std::map` with `dict` for `port_new2old_map...
2020-05-14 Alberto GonzalezReplace `std::map` with `dict` for `connbits_map`,...
2020-05-14 Alberto GonzalezReplace `std::map` with `dict` for `TechmapWires` type.
2020-05-14 Alberto GonzalezReplace `std::map` with `dict` for `celltypeMap`.
2020-05-14 Alberto GonzalezReplace `std::set` with `pool` for `handled_cells`...
2020-05-14 Alberto GonzalezReplace `std::map` with `dict` for `positional_ports`.
2020-05-14 Alberto GonzalezAdd specialized `hash()` for type `dict` and use a...
2020-05-14 Alberto GonzalezReplace `std::map` with `dict` for `simplemap_mappers`.
2020-05-14 Alberto GonzalezUse `nullptr` instead of `NULL` in `passes/techmap...
2020-05-14 Alberto GonzalezReplace `std::string` and `RTLIL::IdString` with `IdStr...
2020-05-14 Alberto GonzalezDo not modify design modules while iterating over ...
2020-05-14 Alberto GonzalezClean up pseudo-private member usage, superfluous ...
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
next