yosys.git
2020-07-01 clairexenMerge pull request #2203 from antmicro/fix-grammar
2020-07-01 clairexenMerge pull request #2179 from splhack/static-cast
2020-07-01 clairexenMerge pull request #2138 from boqwxp/qbfsat-oflag
2020-07-01 clairexenMerge pull request #2206 from boqwxp/qbfsat-fix-name...
2020-06-30 clairexenMerge pull request #2136 from zachjs/master
2020-06-30 clairexenMerge pull request #2199 from YosysHQ/mmicko/sim_memory
2020-06-30 clairexenMerge pull request #2201 from YosysHQ/fix_test_cell_ilang
2020-06-30 clairexenMerge pull request #2209 from YosysHQ/verific_update
2020-06-30 Marcelina Kościelnickasimcells: Fix reset polarity for $_DLATCH_???_ cells.
2020-06-30 Miodrag MilanovicUpdate verific API version check
2020-06-30 Alberto Gonzalezqbfsat: Add `-O[012]` options to control pre-solving...
2020-06-30 Alberto Gonzalezqbfsat: Fix name-based hole specialization.
2020-06-30 whitequarkMerge pull request #2205 from whitequark/fix-2204
2020-06-29 whitequarktechmap: don't drop attributes on replaced cells.
2020-06-29 Zachary SnowAllow constant function calls in for loops and generate...
2020-06-29 Miodrag MilanovićMerge pull request #2200 from YosysHQ/mmicko/fix_expose
2020-06-29 Miodrag MilanovicGive error that options are exclusive
2020-06-29 Miodrag Milanoviccleanup
2020-06-29 whitequarkMerge pull request #2197 from Xiretza/test_cell-shifts
2020-06-29 Miodrag MilanovicUse ID macro to fix assertion
2020-06-29 Miodrag Milanovicexpose pass fix
2020-06-29 Miodrag Milanovicsim - error when memrd and memwr detected
2020-06-28 Xiretzatest_cell: don't generate directional shifts with ...
2020-06-26 Miodrag MilanovicFix crash in verific frontend
2020-06-26 Kamil RakoczyAdd signed/unsigned tests
2020-06-26 Lukasz DalekParse macro call attached semicolon as empty expression
2020-06-26 Lukasz DalekFix integer signing grammar
2020-06-26 whitequarkMerge pull request #2193 from whitequark/cxxrtl-help...
2020-06-26 whitequarkcxxrtl: update help text.
2020-06-26 whitequarkMerge pull request #2188 from antmicro/missing-operators
2020-06-26 whitequarkMerge pull request #2189 from antmicro/optional-labels
2020-06-25 clairexenMerge pull request #2168 from whitequark/assert-unused...
2020-06-25 clairexenMerge pull request #2135 from boqwxp/qbfsat-timeinfo
2020-06-25 clairexenMerge pull request #2093 from boqwxp/qbfsat-bugfixes
2020-06-25 clairexenMerge pull request #2192 from YosysHQ/verific_netbus_attr
2020-06-25 Kamil RakoczyAdd sub-assign and and-assign tests
2020-06-25 Kamil RakoczyMove combined assign tests to single file
2020-06-25 Kamil RakoczySupport missing sub-assign and and-assign operators
2020-06-25 Miodrag Milanovicoptimization, all items should have same attributes
2020-06-24 Kamil RakoczyAdd xor-assignment test
2020-06-24 Lukasz DalekSupport missing xor-assign operator
2020-06-24 Lukasz DalekSupport optional labels at the end of package definition
2020-06-24 Lukasz DalekSupport optional labels at the end of module definition
2020-06-24 Kamil RakoczyAdd or-assignment and plus-assignment tests
2020-06-24 Kamil RakoczyAdd plus-assignment operator
2020-06-24 Kamil RakoczyAdd or-assignment operator
2020-06-24 Miodrag Milanovicverific - import attributes for net buses as well
2020-06-24 whitequarkMerge pull request #2185 from YosysHQ/mwk/cxxrtl-ff...
2020-06-24 Marcelina Kościelnickacxxrtl: Add support for the new FF types.
2020-06-23 Marcelina Kościelnickasimplemap: Fix $dffsre mapping.
2020-06-23 clairexenMerge pull request #1818 from YosysHQ/mwk/new-ff-types
2020-06-23 Marcelina KościelnickaUpdate dff2dffe, dff2dffs, zinit to new FF types.
2020-06-23 Marcelina KościelnickaAdd add* functions for the new FF types
2020-06-23 Marcelina KościelnickaAdd new FF types to simplemap.
2020-06-23 Marcelina KościelnickaAdd support for new FF types in some opt passes.
2020-06-23 Marcelina KościelnickaAdd new builtin FF types
2020-06-22 whitequarkMerge pull request #2182 from whitequark/update-abc
2020-06-22 whitequarkUpdate ABC.
2020-06-22 whitequarkMerge pull request #2181 from whitequark/minisat-wasm...
2020-06-21 whitequarkminisat: add missing include guard for WASI.
2020-06-21 whitequarkMerge pull request #2180 from Xiretza/pyosys-override
2020-06-21 Xiretzapyosys: Use C++11 override keyword for bindings
2020-06-21 Alberto Gonzalezlog: Remove unused `_POSIX_TIMERS` branch in `Performan...
2020-06-21 Alberto Gonzalezlog, qbfsat: Include child process time in `Performance...
2020-06-21 Alberto Gonzalezqbfsat: Simplify solution recovery parsing and tweak...
2020-06-21 Alberto Gonzalezqbfsat: Avoid instantiating `AttrObject`s directly.
2020-06-21 Alberto Gonzalezqbfsat: Simplify solution format and replace `SigBit...
2020-06-21 Alberto Gonzalezqbfsat: Fixes three bugs.
2020-06-21 Alberto Gonzalezqbfsat: Use bit precise mapping for hole value wires...
2020-06-21 whitequarkMerge pull request #2177 from boqwxp/dict-iterator...
2020-06-20 Kazuki Sakamotostatic cast: simplify
2020-06-20 Kazuki Sakamotostatic cast: add tests
2020-06-20 Kazuki Sakamotostatic cast: support changing size and signedness
2020-06-19 Alberto Gonzalezdict: Remove guard for past-the-end iterators that...
2020-06-19 whitequarkMerge pull request #2178 from boqwxp/design-select
2020-06-19 Alberto Gonzalezrtlil: Add `Design::select()` for selecting whole modules.
2020-06-19 Alberto Gonzalezhashlib, rtlil: Add `operator+=()` to `dict<>::iterator...
2020-06-19 whitequarkUse [[maybe_unused]] instead of YS_ATTRIBUTE(unused).
2020-06-19 whitequarkRemove YS_ATTRIBUTE(unused) where present just for...
2020-06-19 whitequarkUse (and ignore) the expression provided to log_debug...
2020-06-19 whitequarkUse (and ignore) the expression provided to log_assert...
2020-06-19 whitequarkMerge pull request #2175 from Xiretza/missing-noreturn
2020-06-19 XiretzaAdd missing [[noreturn]] to log_file_error()
2020-06-19 whitequarkMerge pull request #2173 from whitequark/use-cxx11...
2020-06-19 whitequarkMerge pull request #2174 from whitequark/fix-github...
2020-06-19 whitequarkFix GitHub misidentifying *.v files as Coq.
2020-06-19 whitequarkMerge pull request #2171 from whitequark/cxxrtl-accessors
2020-06-19 whitequarkcxxrtl: add .get() and .set() accessors on value<>...
2020-06-19 whitequarkMerge pull request #2170 from boqwxp/cutpoint-efficiency
2020-06-19 whitequarkUse C++11 [[noreturn]] attribute.
2020-06-18 whitequarkUse C++11 final/override keywords.
2020-06-18 Alberto Gonzalezcutpoint: Improve efficiency by iterating over module...
2020-06-18 N. EngelhardtMerge pull request #2153 from boqwxp/splitnets-cleanup
2020-06-18 whitequarkMerge pull request #2167 from whitequark/cxxrtl-fix...
2020-06-18 whitequarkMerge pull request #2142 from whitequark/splitnets...
2020-06-18 Miodrag MilanovićMerge pull request #2164 from madebr/msvc
2020-06-17 whitequarkcxxrtl: don't compute vital values in log_assert().
2020-06-17 Anonymous Maartenmsvc does not support designated initializers in structs
2020-06-17 Anonymous MaartenMSVC does not understand __builtin_unreachable
2020-06-17 Anonymous MaartenMSVC cannot omit operand in conditional
next