| Commit message (Expand) | Author | Age | Files | Lines |
* | Update tests with reduced area | Eddie Hung | 2020-01-21 | 2 | -6/+6 |
* | Explicitly create separate $mux cells | Eddie Hung | 2020-01-21 | 1 | -2/+2 |
* | Fix tests -- when Y_WIDTH is non-pow-2 | Eddie Hung | 2020-01-21 | 1 | -3/+4 |
* | Move from +/shiftx2mux.v into +/techmap.v; cleanup | Eddie Hung | 2020-01-21 | 4 | -77/+73 |
* | New techmap +/shiftx2mux.v which decomposes LSB first; better for ABC | Eddie Hung | 2020-01-21 | 3 | -0/+149 |
* | Merge pull request #1621 from YosysHQ/clifford/fminit | Claire Wolf | 2020-01-20 | 2 | -0/+198 |
|\ |
|
| * | Add fminit pass | Clifford Wolf | 2020-01-09 | 2 | -0/+198 |
* | | Merge pull request #1643 from YosysHQ/eddie/cleanup_arith_map | Eddie Hung | 2020-01-18 | 2 | -125/+88 |
|\ \ |
|
| * | | Deprecate `_CLB_CARRY from +/xilinx/arith_map.v since #1623 | Eddie Hung | 2020-01-17 | 2 | -119/+82 |
| * | | +/xilinx/arith_map.v fix $lcu rule | Eddie Hung | 2020-01-17 | 1 | -6/+6 |
* | | | Merge pull request #1602 from niklasnisbeth/ice40-init-vals-warning | David Shah | 2020-01-18 | 1 | -2/+8 |
|\ \ \ |
|
| * | | | ice40: Demote conflicting FF init values to a warning | Niklas Nisbeth | 2019-12-31 | 1 | -2/+8 |
* | | | | Merge pull request #1645 from YosysHQ/eddie/fix1644 | Eddie Hung | 2020-01-17 | 9 | -20/+52 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | xilinx_dsp: another typo; move xilinx specific test | Eddie Hung | 2020-01-17 | 2 | -1/+1 |
| * | | | ice40_dsp: fix typo | Eddie Hung | 2020-01-17 | 2 | -2/+13 |
| * | | | Consistency | Eddie Hung | 2020-01-17 | 2 | -4/+6 |
| * | | | xilinx_dsp: add parameter defaults | Eddie Hung | 2020-01-17 | 1 | -7/+7 |
| * | | | Add #1644 testcase | Eddie Hung | 2020-01-17 | 2 | -0/+2 |
| * | | | synth_ice40: call wreduce before mul2dsp | Eddie Hung | 2020-01-17 | 1 | -1/+2 |
| * | | | ice40_dsp: add test | Eddie Hung | 2020-01-17 | 1 | -0/+11 |
| * | | | ice40_dsp: add default values for parameters | Eddie Hung | 2020-01-17 | 2 | -11/+11 |
| * | | | ice40_dsp: tolerant of fanout-less outputs, as well as all-zero inputs | Eddie Hung | 2020-01-17 | 1 | -0/+5 |
|/ / / |
|
* | | | Merge pull request #1639 from YosysHQ/eddie/fix_read_xaiger | Eddie Hung | 2020-01-15 | 2 | -2/+14 |
|\ \ \ |
|
| * | | | abc9: aAdd test to check $_NOT_s are absorbed | Eddie Hung | 2020-01-15 | 1 | -0/+12 |
| * | | | read_aiger: $lut prefix in front | Eddie Hung | 2020-01-15 | 1 | -2/+2 |
* | | | | Merge pull request #1636 from YosysHQ/eddie/fix_synth_xilinx_W | Miodrag Milanović | 2020-01-15 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | synth_xilinx: fix default W value for non-xc7 | Eddie Hung | 2020-01-14 | 1 | -1/+1 |
* | | | | Merge pull request #1635 from YosysHQ/eddie/print_stats | Eddie Hung | 2020-01-14 | 1 | -25/+13 |
|\ \ \ \ |
|
| * | | | | As before, only display MEM if Linux or FreeBSD | Eddie Hung | 2020-01-14 | 1 | -3/+7 |
| * | | | | print_stats footer to return peak memory, option for including children | Eddie Hung | 2020-01-14 | 1 | -28/+12 |
| |/ / / |
|
* | | | | Merge pull request #1633 from YosysHQ/eddie/fix_autoname | Eddie Hung | 2020-01-14 | 2 | -1/+20 |
|\ \ \ \ |
|
| * | | | | autoname: do not autoname ports | Eddie Hung | 2020-01-14 | 1 | -1/+1 |
| * | | | | autoname: add testcase with $-prefix-ed port | Eddie Hung | 2020-01-14 | 1 | -0/+19 |
| |/ / / |
|
* | | | | Merge pull request #1632 from YosysHQ/eddie/fix1630 | Eddie Hung | 2020-01-14 | 5 | -17/+23 |
|\ \ \ \ |
|
| * | | | | read_aiger: also rename "$0" | Eddie Hung | 2020-01-14 | 1 | -2/+2 |
| * | | | | read_aiger: uniquify wires with $aiger<autoidx> prefix | Eddie Hung | 2020-01-13 | 2 | -9/+13 |
| * | | | | Add #1630 testcase | Eddie Hung | 2020-01-13 | 2 | -0/+2 |
| * | | | | read_aiger: make $and/$not/$lut the prefix not suffix | Eddie Hung | 2020-01-13 | 2 | -9/+9 |
| |/ / / |
|
* | | | | Merge pull request #1623 from YosysHQ/mmicko/edif_attr | Miodrag Milanović | 2020-01-14 | 5 | -35/+46 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | this one is fine | Miodrag Milanovic | 2020-01-10 | 1 | -3/+3 |
| * | | | Fix tests | Miodrag Milanovic | 2020-01-10 | 3 | -12/+11 |
| * | | | remove whitespace | Miodrag Milanovic | 2020-01-10 | 1 | -1/+1 |
| * | | | Use CARRY4 for abc1 as well, preventing issues with Vivado | Miodrag Milanovic | 2020-01-10 | 1 | -1/+1 |
| * | | | Export wire properties as well in EDIF | Miodrag Milanovic | 2020-01-10 | 1 | -26/+38 |
* | | | | Merge pull request #1620 from YosysHQ/eddie/abc9_scratchpad | Eddie Hung | 2020-01-13 | 6 | -36/+147 |
|\ \ \ \ |
|
| * | | | | Another conflict | Eddie Hung | 2020-01-11 | 1 | -1/+0 |
| * | | | | MIssed this merge conflict | Eddie Hung | 2020-01-11 | 1 | -4/+0 |
| * | | | | Merge remote-tracking branch 'origin/master' into eddie/abc9_scratchpad | Eddie Hung | 2020-01-11 | 5 | -86/+118 |
| |\ \ \ \ |
|
| * | | | | | abc9: fix help message, found by @nakengelhardt | Eddie Hung | 2020-01-11 | 1 | -2/+2 |
| * | | | | | Copy-pasta | Eddie Hung | 2020-01-10 | 1 | -1/+1 |