yosys.git
2020-03-30 Eddie HungMerge pull request #1783 from boqwxp/astcc_cleanup
2020-03-30 Eddie HungMerge pull request #1835 from boqwxp/cleanup_sat_expose
2020-03-30 Eddie HungMerge pull request #1832 from boqwxp/cleanup_passes_cmd...
2020-03-30 Eddie HungMerge pull request #1786 from boqwxp/hierarchycc_cleanup
2020-03-30 Alberto GonzalezAdd explanatory comment about inefficient wire removal...
2020-03-30 Eddie HungMerge pull request #1831 from boqwxp/cleanup_sat_eval
2020-03-30 Eddie HungMerge pull request #1833 from boqwxp/cleanup_sat_freduce
2020-03-30 Alberto GonzalezRemove unused function parameter.
2020-03-30 Alberto GonzalezSimplify iterating over selected modules or cells.
2020-03-30 Alberto GonzalezReplace `RTLIL::id2cstr()` with `log_id()`.
2020-03-30 Alberto GonzalezFix double deletion in `passes/hierarchy/hierarchy...
2020-03-30 Alberto GonzalezFurther clean up `passes/sat/eval.cc`.
2020-03-30 Alberto GonzalezFurther clean up `passes/sat/freduce.cc`.
2020-03-30 Alberto GonzalezClean up more in `passes/sat/expose.cc`.
2020-03-30 N. EngelhardtMerge pull request #1811 from PeterCrozier/typedef_scope
2020-03-30 N. EngelhardtMerge pull request #1778 from rswarbrick/sv-defines
2020-03-28 Miodrag MilanovicExplicit include of csignal
2020-03-28 Miodrag Milanovicwindows - there are no stopping signals
2020-03-28 Alberto GonzalezClean up pseudo-private member usage in `passes/sat...
2020-03-28 Alberto GonzalezClean up pseudo-private member usage in `passes/sat...
2020-03-28 Alberto GonzalezClean up pseudo-private member usage in `passes/cmds...
2020-03-28 Alberto GonzalezClean up pseudo-private member usage in `passes/sat...
2020-03-27 Claire WolfMerge pull request #1607 from whitequark/simplify-simpl...
2020-03-27 Peter CrozierInline productions to follow house style.
2020-03-27 Rupert SwarbrickAdd support for SystemVerilog-style `define to Verilog...
2020-03-27 Claire WolfMerge pull request #1815 from boqwxp/fix-ef-optimize
2020-03-27 Alberto GonzalezRevert over-aggressive change to a more modest cleanup.
2020-03-26 Alberto GonzalezDo not change solver output parsing for non-exists...
2020-03-26 Claire WolfMerge pull request #1806 from YosysHQ/mwk/techmap-repla...
2020-03-26 Alberto GonzalezSkip reading stdout from the solver that if it isn...
2020-03-24 Claire WolfRevert part of 0fda8308 from #1746 that broke other...
2020-03-24 Peter CrozierError duplicate declarations of a typedef name in the...
2020-03-23 Peter CrozierSupport module/package/interface/block scope for typede...
2020-03-23 N. EngelhardtMerge pull request #1763 from boqwxp/issue1762
2020-03-23 Alberto GonzalezDo not warn on empty selection with prefixed `arg_memb`.
2020-03-23 Alberto GonzalezSuppress warnings for empty `select` arguments when...
2020-03-23 Alberto GonzalezAdd tests for `select` command warnings.
2020-03-23 N. EngelhardtMerge pull request #1803 from Grazfather/typedef
2020-03-23 N. EngelhardtMerge pull request #1805 from hofstee/master
2020-03-23 Marcin Kościelnickitechmap: Fix cell names with _TECHMAP_REPLACE_.*
2020-03-23 N. EngelhardtMerge pull request #1785 from boqwxp/mitercc_cleanup
2020-03-23 Teguh Hofsteefix typo in `write_smt2` help
2020-03-23 Alberto GonzalezWarn on empty selection for `add` command.
2020-03-23 Peter CrozierSimplify was not being called for packages. Broke...
2020-03-23 Peter CrozierBuild pkg_user_types before parsing in case of changes...
2020-03-23 PeterClear pkg_user_types if no packages following a 'design...
2020-03-23 PeterRevert typedef tests to standard grammar.
2020-03-23 PeterParser changes to support typedef.
2020-03-22 R. Ouiopadmap: Attempt to give new wires/cells meaningful...
2020-03-21 David ShahMerge pull request #1794 from YosysHQ/dave/mince-abc9-fix
2020-03-20 Eddie HungMerge pull request #1795 from smunaut/fix_abc9_spram
2020-03-20 Sylvain Munautice40: Fix typos in SPRAM ABC9 timing specs
2020-03-20 David ShahAdd test for abc9+mince issue
2020-03-20 David Shahice40: Map unmapped 'mince' DFFs to gate level
2020-03-20 Marcin Kościelnickixilinx: Mark IOBUFDS.IOB as external pad
2020-03-19 Eddie HungMerge pull request #1788 from YosysHQ/eddie/fix_ndebug
2020-03-19 Marcin Kościelnickifsm_extract: Initialize celltypes with full design.
2020-03-19 Miodrag MilanovićMerge pull request #1787 from YosysHQ/mmicko/lexer_deps
2020-03-19 Miodrag MilanovicAdd one mode dependency
2020-03-19 Eddie HungFix NDEBUG warnings
2020-03-19 N. EngelhardtMerge pull request #1774 from boqwxp/exec
2020-03-19 N. EngelhardtMerge pull request #1775 from huaixv/asserts_locations
2020-03-19 Alberto GonzalezClean up pseudo-private member usage in `frontends...
2020-03-19 Alberto GonzalezClean up pseudo-private member usage in `passes/sat...
2020-03-19 Alberto GonzalezClean up pseudo-private member usage in `passes/hierarc...
2020-03-19 huaixvAdd precise locations for asserts
2020-03-18 Miodrag MilanovićMerge pull request #1780 from YosysHQ/fix-test-bash
2020-03-18 N. Engelhardtfix argument order for macOS compatibility
2020-03-18 N. Engelhardtadd bash to brewfile
2020-03-18 Alberto GonzalezUpdate copyright and license header.
2020-03-18 Alberto GonzalezClean up `exec` code according to review.
2020-03-17 Claire WolfAdd N:* to select language, fix some old code
2020-03-17 Eddie HungMerge pull request #1769 from boqwxp/select_cleanup
2020-03-17 N. EngelhardtMerge pull request #1776 from boqwxp/precise_locations
2020-03-17 Alberto GonzalezAdd AST node source location information in a couple...
2020-03-16 Alberto GonzalezFurther clean up `passes/cmds/select.cc`.
2020-03-16 Alberto GonzalezCleanup code style and pseudo-private member usage...
2020-03-16 Claire WolfUpdate Copyright
2020-03-16 Claire WolfMerge pull request #1771 from waldyrious/license-update
2020-03-16 N. EngelhardtMerge pull request #1768 from boqwxp/smt2_cleanup
2020-03-16 N. EngelhardtMerge pull request #1746 from boqwxp/optimization
2020-03-16 Alberto GonzalezAdd test for `exec` command.
2020-03-16 Alberto GonzalezAllow specifying multiple regexes to match in `exec...
2020-03-16 Alberto GonzalezAdd `exec` command to run shell commands.
2020-03-15 David ShahMerge pull request #1773 from smunaut/fix_spram_model
2020-03-14 Sylvain Munautice40: Fix SPRAM model to keep data stable if chipselec...
2020-03-14 Waldir PimentaLicense: bump year and add title
2020-03-14 Miodrag MilanovicFix invalid verilog syntax
2020-03-14 Miodrag MilanovićMerge pull request #1759 from zeldin/constant_with_comm...
2020-03-14 Marcus ComstedtAdd regression tests for new handling of comments in...
2020-03-14 Miodrag MilanovićMerge pull request #1754 from boqwxp/precise_locations
2020-03-14 Miodrag MilanovićMerge pull request #1766 from YosysHQ/mmicko/regex_gcc48
2020-03-13 Alberto GonzalezClean up pseudo-private member usage in `backends/smt2...
2020-03-13 Alberto GonzalezAdd support for optimizing exists-forall problems.
2020-03-13 Miodrag Milanovicexclude clang from checking
2020-03-13 Miodrag MilanovicAdd YS_ prefix to macros, add explanation and apply...
2020-03-13 Claire WolfMerge pull request #1764 from Xiretza/fix-abcrev-check
2020-03-13 Miodrag MilanovicAdded back tests for logger
2020-03-13 Miodrag MilanovicUse boost xpressive for gcc 4.8
2020-03-13 Miodrag Milanovicremove include where not used
next