aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Add signed/unsigned testsKamil Rakoczy2020-06-261-0/+28
| * | | | Parse macro call attached semicolon as empty expressionLukasz Dalek2020-06-261-1/+1
| * | | | Fix integer signing grammarLukasz Dalek2020-06-261-3/+9
* | | | | Merge pull request #2179 from splhack/static-castclairexen2020-07-0111-0/+135
|\ \ \ \ \
| * | | | | static cast: simplifyKazuki Sakamoto2020-06-191-0/+7
| * | | | | static cast: add testsKazuki Sakamoto2020-06-195-0/+80
| * | | | | static cast: support changing size and signednessKazuki Sakamoto2020-06-196-0/+48
* | | | | | Merge pull request #2138 from boqwxp/qbfsat-oflagclairexen2020-07-011-16/+47
|\ \ \ \ \ \
| * | | | | | qbfsat: Add `-O[012]` options to control pre-solving simplification with ABC.Alberto Gonzalez2020-06-301-16/+47
* | | | | | | Merge pull request #2206 from boqwxp/qbfsat-fix-name-specializationclairexen2020-07-011-2/+24
|\ \ \ \ \ \ \
| * | | | | | | qbfsat: Fix name-based hole specialization.Alberto Gonzalez2020-06-301-2/+24
| |/ / / / / /
* | | | | | | Merge pull request #2136 from zachjs/masterclairexen2020-06-303-1/+81
|\ \ \ \ \ \ \
| * | | | | | | Allow constant function calls in for loops and generate if and caseZachary Snow2020-06-293-1/+81
| |/ / / / / /
* | | | | | | Merge pull request #2199 from YosysHQ/mmicko/sim_memoryclairexen2020-06-301-1/+4
|\ \ \ \ \ \ \
| * | | | | | | sim - error when memrd and memwr detectedMiodrag Milanovic2020-06-291-1/+4
* | | | | | | | Merge pull request #2201 from YosysHQ/fix_test_cell_ilangclairexen2020-06-301-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Use ID macro to fix assertionMiodrag Milanovic2020-06-291-2/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #2209 from YosysHQ/verific_updateclairexen2020-06-301-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Update verific API version checkMiodrag Milanovic2020-06-301-1/+1
* | | | | | | | simcells: Fix reset polarity for $_DLATCH_???_ cells.Marcelina Kościelnicka2020-06-302-5/+5
|/ / / / / / /
* | | | | | | Merge pull request #2205 from whitequark/fix-2204whitequark2020-06-301-2/+3
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | techmap: don't drop attributes on replaced cells.whitequark2020-06-291-2/+3
|/ / / / / /
* | | | | | Merge pull request #2200 from YosysHQ/mmicko/fix_exposeMiodrag Milanović2020-06-291-7/+23
|\ \ \ \ \ \
| * | | | | | Give error that options are exclusiveMiodrag Milanovic2020-06-291-2/+6
| * | | | | | cleanupMiodrag Milanovic2020-06-291-12/+13
| * | | | | | expose pass fixMiodrag Milanovic2020-06-291-5/+16
| |/ / / / /
* | | | | | Merge pull request #2197 from Xiretza/test_cell-shiftswhitequark2020-06-291-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | test_cell: don't generate directional shifts with \B_SIGNED=1Xiretza2020-06-281-0/+4
|/ / / / /
* | | / / Fix crash in verific frontendMiodrag Milanovic2020-06-261-1/+2
| |_|/ / |/| | |
* | | | Merge pull request #2193 from whitequark/cxxrtl-help-textwhitequark2020-06-261-2/+2
|\ \ \ \
| * | | | cxxrtl: update help text.whitequark2020-06-261-2/+2
|/ / / /
* | | | Merge pull request #2188 from antmicro/missing-operatorswhitequark2020-06-263-2/+132
|\ \ \ \
| * | | | Add sub-assign and and-assign testsKamil Rakoczy2020-06-251-0/+34
| * | | | Move combined assign tests to single fileKamil Rakoczy2020-06-254-45/+49
| * | | | Support missing sub-assign and and-assign operatorsKamil Rakoczy2020-06-252-2/+21
| * | | | Add xor-assignment testKamil Rakoczy2020-06-241-0/+15
| * | | | Support missing xor-assign operatorLukasz Dalek2020-06-242-1/+10
| * | | | Add or-assignment and plus-assignment testsKamil Rakoczy2020-06-242-0/+30
| * | | | Add plus-assignment operatorKamil Rakoczy2020-06-242-1/+10
| * | | | Add or-assignment operatorKamil Rakoczy2020-06-242-1/+11
| | |/ / | |/| |
* | | | Merge pull request #2189 from antmicro/optional-labelswhitequark2020-06-261-2/+2
|\ \ \ \
| * | | | Support optional labels at the end of package definitionLukasz Dalek2020-06-241-1/+1
| * | | | Support optional labels at the end of module definitionLukasz Dalek2020-06-241-1/+1
| |/ / /
* | | | Merge pull request #2168 from whitequark/assert-unused-exprsclairexen2020-06-2513-43/+46
|\ \ \ \
| * | | | Use [[maybe_unused]] instead of YS_ATTRIBUTE(unused).whitequark2020-06-192-10/+18
| * | | | Remove YS_ATTRIBUTE(unused) where present just for log_assert()/log_debug().whitequark2020-06-199-26/+26
| * | | | Use (and ignore) the expression provided to log_debug in NDEBUG builds.whitequark2020-06-191-2/+1
| * | | | Use (and ignore) the expression provided to log_assert in NDEBUG builds.whitequark2020-06-193-5/+1
* | | | | Merge pull request #2135 from boqwxp/qbfsat-timeinfoclairexen2020-06-252-11/+14
|\ \ \ \ \
| * | | | | log: Remove unused `_POSIX_TIMERS` branch in `PerformanceTimer::query()`.Alberto Gonzalez2020-06-211-4/+0