aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | techmap.CONSTMAP: Handle outputs before inputs.Marcelina Kościelnicka2020-08-052-1/+37
| | |/ / / | |/| | |
* | | | | Merge pull request #2326 from YosysHQ/mwk/peeopt-muldiv-signclairexen2020-08-202-1/+16
|\ \ \ \ \
| * | | | | peepopt.muldiv: Add a signedness check.Marcelina Kościelnicka2020-08-042-1/+16
| |/ / / /
* | | | | Merge pull request #2319 from YosysHQ/mwk/techmap-celltype-patternclairexen2020-08-203-8/+36
|\ \ \ \ \
| * | | | | techmap: Add support for [] wildcards in techmap_celltype.Marcelina Kościelnicka2020-08-023-8/+36
| |/ / / /
* | | | / Bump versionYosys Bot2020-08-201-1/+1
| |_|_|/ |/| | |
* | | | Merge pull request #2122 from PeterCrozier/struct_array2clairexen2020-08-192-29/+83
|\ \ \ \ | |_|_|/ |/| | |
| * | | include both power-of-two and non-power-of-two testcasesN. Engelhardt2020-08-181-6/+23
| * | | Support 2D packed bit arrays in struct/union.Peter Crozier2020-06-091-35/+1
| * | | Support 2D bit arrays in structures. Optimise array indexing.Peter Crozier2020-06-082-30/+101
* | | | Bump versionYosys Bot2020-08-191-1/+1
* | | | Ensure \A_SIGNED is never used with $shiftxXiretza2020-08-182-1/+9
* | | | Respect \A_SIGNED for $shiftXiretza2020-08-187-65/+61
* | | | Merge pull request #2339 from zachjs/display-format-0sclairexen2020-08-182-1/+8
|\ \ \ \
| * | | | Allow %0s $display format specifierZachary Snow2020-08-092-1/+8
| | |_|/ | |/| |
* | | | Merge pull request #2338 from zachjs/const-branch-finishclairexen2020-08-182-4/+43
|\ \ \ \
| * | | | Propagate const_fold through generate blocks and branchesZachary Snow2020-08-092-4/+43
| |/ / /
* | | | Merge pull request #2317 from zachjs/expand-genblockclairexen2020-08-183-42/+168
|\ \ \ \
| * | | | Fix generate scoping issuesZachary Snow2020-07-313-42/+168
| | |_|/ | |/| |
* | | | Merge branch 'zachjs-const-func-block-var'Claire Wolf2020-08-183-26/+53
|\ \ \ \
| * | | | Merge branch 'const-func-block-var' of https://github.com/zachjs/yosys into z...Claire Wolf2020-08-183-26/+53
|/| | | |
| * | | | Allow blocks with declarations within constant functionsZachary Snow2020-07-253-18/+45
* | | | | Merge pull request #2281 from zachjs/const-realclairexen2020-08-182-3/+23
|\ \ \ \ \
| * | | | | Allow reals as constant function parametersZachary Snow2020-07-192-3/+23
* | | | | | Bump versionYosys Bot2020-08-141-1/+1
* | | | | | intel_alm: fix typo in MISTRAL_MUL27X27 cell nameDan Ravensloft2020-08-131-1/+1
* | | | | | Bump versionYosys Bot2020-08-131-1/+1
* | | | | | Merge pull request #2340 from andy-knowles/cxxrtl-fix-alu-carryoutwhitequark2020-08-121-1/+2
|\ \ \ \ \ \
| * | | | | | cxxrtl.h: Fix incorrect CarryOut in alu()Andy Knowles2020-08-121-8/+3
| * | | | | | cxxrtl.h: Fix incorrect CarryOut in alu when Bits % 32 != 0 && Invert == FalseAndy Knowles2020-08-121-2/+8
* | | | | | | intel_alm: add more megafunctions. NFC.Dan Ravensloft2020-08-121-0/+431
|/ / / / / /
* | | | / / Bump versionYosys Bot2020-08-101-1/+1
| |_|_|/ / |/| | | |
* | | | | Replace opt_rmdff with opt_dff.Marcelina Kościelnicka2020-08-0718-73/+75
| |_|/ / |/| | |
* | | | Bump YOSYS_VERClaire Wolf2020-07-311-1/+1
* | | | Add dffunmap pass.Marcelina Kościelnicka2020-07-313-0/+208
* | | | opt_expr: Remove -clkinv option, make it the default.Marcelina Kościelnicka2020-07-315-18/+17
* | | | synth_ice40: Use opt_dff.Marcelina Kościelnicka2020-07-307-390/+93
* | | | synth_xilinx: Use opt_dff.Marcelina Kościelnicka2020-07-307-887/+219
* | | | async2sync: Support all FF types.Marcelina Kościelnicka2020-07-303-145/+208
* | | | Add opt_dff pass.Marcelina Kościelnicka2020-07-3012-3/+1790
* | | | verilog_backend: Add handling for all FF types.Marcelina Kościelnicka2020-07-301-252/+134
* | | | Merge pull request #2314 from YosysHQ/verifix_errorfixMiodrag Milanović2020-07-291-1/+3
|\ \ \ \
| * | | | Clear last error messageMiodrag Milanovic2020-07-291-1/+3
|/ / / /
* | | | opt_expr: Fix handling of $_XNOR_ cells with A = B.Marcelina Kościelnicka2020-07-292-1/+15
* | | | ffinit: Fortify the code a bit.Marcelina Kościelnicka2020-07-281-24/+19
* | | | Merge pull request #2301 from zachjs/for-loop-errorsclairexen2020-07-281-17/+19
|\ \ \ \
| * | | | Clearer for loop error messagesZachary Snow2020-07-251-17/+19
* | | | | Merge pull request #2306 from YosysHQ/mwk/equiv_induct-undefclairexen2020-07-282-1/+38
|\ \ \ \ \
| * | | | | equiv_induct: Fix up assumption for $equiv cells in -undef mode.Marcelina Kościelnicka2020-07-272-1/+38
| |/ / / /
* | | | | intel_alm: direct M10K instantiationDan Ravensloft2020-07-278-39/+133