Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #2352 from zachjs/const-func-localparam | clairexen | 2020-09-01 | 1 | -3/+6 | |
|\ \ \ \ | ||||||
| * | | | | Allow localparams in constant functions | Zachary Snow | 2020-08-20 | 1 | -3/+6 | |
* | | | | | Merge pull request #2353 from zachjs/top-scope | clairexen | 2020-09-01 | 1 | -0/+16 | |
|\ \ \ \ \ | ||||||
| * | | | | | Module name scope support | Zachary Snow | 2020-08-20 | 1 | -0/+16 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #2365 from zachjs/const-arg-loop-split-type | clairexen | 2020-09-01 | 1 | -0/+20 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Fix constant args used with function ports split across declarations | Zachary Snow | 2020-08-29 | 1 | -0/+20 | |
| |/ / / | ||||||
* | | | | Merge pull request #2356 from whitequark/flatten-techmap-no-tpl_driven-sigmap | whitequark | 2020-08-27 | 1 | -0/+11 | |
|\ \ \ \ | ||||||
| * | | | | flatten, techmap: don't canonicalize tpl driven bits via sigmap. | whitequark | 2020-08-26 | 1 | -0/+11 | |
| |/ / / | ||||||
* / / / | intel_alm: Add multiply signedness to cells | Dan Ravensloft | 2020-08-26 | 2 | -6/+44 | |
|/ / / | ||||||
* | | | Merge pull request #2347 from YosysHQ/mwk/techmap-shift-fixes | clairexen | 2020-08-20 | 2 | -14/+3 | |
|\ \ \ | ||||||
| * | | | techmap/shift_shiftx: Remove the "shiftx2mux" special path. | Marcelina Kościelnicka | 2020-08-20 | 2 | -14/+3 | |
* | | | | Merge pull request #2344 from YosysHQ/mwk/opt_share-fixes | clairexen | 2020-08-20 | 3 | -0/+54 | |
|\ \ \ \ | ||||||
| * | | | | opt_share: Refactor, fix some bugs. | Marcelina Kościelnicka | 2020-08-17 | 3 | -0/+54 | |
* | | | | | Merge pull request #2333 from YosysHQ/mwk/peepopt-shiftmul-signed | clairexen | 2020-08-20 | 1 | -0/+11 | |
|\ \ \ \ \ | ||||||
| * | | | | | peeopt.shiftmul: Add a signedness check. | Marcelina Kościelnicka | 2020-08-05 | 1 | -0/+11 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #2328 from YosysHQ/mwk/opt_dff-cleanup | clairexen | 2020-08-20 | 3 | -193/+129 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove now-redundant dff2dffs pass. | Marcelina Kościelnicka | 2020-08-07 | 1 | -50/+0 | |
| * | | | | | peepopt: Remove now-redundant dffmux pattern. | Marcelina Kościelnicka | 2020-08-07 | 2 | -143/+129 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #2327 from YosysHQ/mwk/techmap-constmap-fix | clairexen | 2020-08-20 | 1 | -0/+15 | |
|\ \ \ \ \ | ||||||
| * | | | | | techmap.CONSTMAP: Handle outputs before inputs. | Marcelina Kościelnicka | 2020-08-05 | 1 | -0/+15 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #2326 from YosysHQ/mwk/peeopt-muldiv-sign | clairexen | 2020-08-20 | 1 | -0/+12 | |
|\ \ \ \ \ | ||||||
| * | | | | | peepopt.muldiv: Add a signedness check. | Marcelina Kościelnicka | 2020-08-04 | 1 | -0/+12 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #2122 from PeterCrozier/struct_array2 | clairexen | 2020-08-19 | 1 | -1/+21 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | include both power-of-two and non-power-of-two testcases | N. Engelhardt | 2020-08-18 | 1 | -6/+23 | |
| * | | | | Support 2D bit arrays in structures. Optimise array indexing. | Peter Crozier | 2020-06-08 | 1 | -2/+5 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #2339 from zachjs/display-format-0s | clairexen | 2020-08-18 | 1 | -0/+7 | |
|\ \ \ \ | ||||||
| * | | | | Allow %0s $display format specifier | Zachary Snow | 2020-08-09 | 1 | -0/+7 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #2338 from zachjs/const-branch-finish | clairexen | 2020-08-18 | 1 | -0/+39 | |
|\ \ \ \ | ||||||
| * | | | | Propagate const_fold through generate blocks and branches | Zachary Snow | 2020-08-09 | 1 | -0/+39 | |
| |/ / / | ||||||
* | | | | Merge pull request #2317 from zachjs/expand-genblock | clairexen | 2020-08-18 | 1 | -0/+85 | |
|\ \ \ \ | ||||||
| * | | | | Fix generate scoping issues | Zachary Snow | 2020-07-31 | 1 | -0/+85 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge branch 'const-func-block-var' of https://github.com/zachjs/yosys into z... | Claire Wolf | 2020-08-18 | 2 | -0/+24 | |
|\ \ \ \ | ||||||
| * | | | | Allow blocks with declarations within constant functions | Zachary Snow | 2020-07-25 | 2 | -0/+24 | |
* | | | | | Merge pull request #2281 from zachjs/const-real | clairexen | 2020-08-18 | 1 | -0/+12 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Allow reals as constant function parameters | Zachary Snow | 2020-07-19 | 1 | -0/+12 | |
* | | | | | Replace opt_rmdff with opt_dff. | Marcelina Kościelnicka | 2020-08-07 | 8 | -34/+31 | |
| |_|/ / |/| | | | ||||||
* | | | | Add dffunmap pass. | Marcelina Kościelnicka | 2020-07-31 | 1 | -0/+100 | |
* | | | | opt_expr: Remove -clkinv option, make it the default. | Marcelina Kościelnicka | 2020-07-31 | 1 | -2/+1 | |
* | | | | synth_ice40: Use opt_dff. | Marcelina Kościelnicka | 2020-07-30 | 1 | -1/+1 | |
* | | | | synth_xilinx: Use opt_dff. | Marcelina Kościelnicka | 2020-07-30 | 1 | -9/+7 | |
* | | | | Add opt_dff pass. | Marcelina Kościelnicka | 2020-07-30 | 10 | -3/+914 | |
* | | | | opt_expr: Fix handling of $_XNOR_ cells with A = B. | Marcelina Kościelnicka | 2020-07-29 | 1 | -0/+14 | |
* | | | | Merge pull request #2306 from YosysHQ/mwk/equiv_induct-undef | clairexen | 2020-07-28 | 1 | -0/+35 | |
|\ \ \ \ | ||||||
| * | | | | equiv_induct: Fix up assumption for $equiv cells in -undef mode. | Marcelina Kościelnicka | 2020-07-27 | 1 | -0/+35 | |
* | | | | | intel_alm: direct M10K instantiation | Dan Ravensloft | 2020-07-27 | 1 | -0/+6 | |
* | | | | | intel_alm: increase abc9 -W | Dan Ravensloft | 2020-07-26 | 1 | -6/+6 | |
* | | | | | Merge pull request #2299 from zachjs/arg-loop | clairexen | 2020-07-26 | 2 | -0/+45 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Avoid generating wires for function args which are constant | Zachary Snow | 2020-07-24 | 2 | -0/+45 | |
| | |/ / | |/| | | ||||||
* | | | | zinit: Refactor to use FfInitVals. | Marcelina Kościelnicka | 2020-07-24 | 1 | -2/+2 | |
* | | | | clk2fflogic: Support all FF types. | Marcelina Kościelnicka | 2020-07-24 | 19 | -124/+123 |