aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | Pack hi and lo registers separatelyEddie Hung2019-07-222-39/+70
| * | | | | | | | | | | | | | | | | | | | | | Rename according to vendor doc TN1295Eddie Hung2019-07-222-55/+55
| * | | | | | | | | | | | | | | | | | | | | | Pack Y registerEddie Hung2019-07-222-22/+38
| * | | | | | | | | | | | | | | | | | | | | | Pack adders not just accumulatorsEddie Hung2019-07-222-16/+33
| * | | | | | | | | | | | | | | | | | | | | | Restore old ffY behaviourEddie Hung2019-07-191-16/+5
| * | | | | | | | | | | | | | | | | | | | | | CleanupEddie Hung2019-07-191-5/+5
| * | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/eddie/wreduce_add' into ice40dspEddie Hung2019-07-191-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/eddie/wreduce_add' into ice40dspEddie Hung2019-07-191-3/+26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Fine tune ice40_dsp.pmg, add support for packing subsets of registersEddie Hung2019-07-194-35/+47
| * | | | | | | | | | | | | | | | | | | | | | | | Add support for ice40 signed multipliersEddie Hung2019-07-191-13/+8
| * | | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into ice40dspEddie Hung2019-07-185-106/+179
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | ice40_dsp to accept $__MUL16X16 tooEddie Hung2019-07-181-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | Check if RHS is empty firstEddie Hung2019-07-181-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | Do not autoremove ffP aor muxPEddie Hung2019-07-181-2/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | Improve pattern matcher to match subsets of $dffe? cellsEddie Hung2019-07-182-12/+22
| * | | | | | | | | | | | | | | | | | | | | | | | | Improve A/B reg packingEddie Hung2019-07-182-6/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | Do not autoremove A/B registers since they might have other consumersEddie Hung2019-07-181-2/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | Fix xilinx_dsp index castEddie Hung2019-07-181-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | Wrong wildcard symbolEddie Hung2019-07-181-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | Pattern matcher to check pool of bits, not exactlyEddie Hung2019-07-172-5/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | Signed extensionEddie Hung2019-07-162-6/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | Add support {A,B,P}REG packingEddie Hung2019-07-162-55/+94
| * | | | | | | | | | | | | | | | | | | | | | | | | Oops forgot these filesEddie Hung2019-07-151-2/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | Add xilinx_dsp for register packingEddie Hung2019-07-153-2/+192
* | | | | | | | | | | | | | | | | | | | | | | | | | Fix _TECHMAP_REMOVEINIT_ handling.Marcin Koƛcielnicki2019-09-271-13/+17
* | | | | | | | | | | | | | | | | | | | | | | | | | Improve "portlist" commandClifford Wolf2019-09-251-9/+26
* | | | | | | | | | | | | | | | | | | | | | | | | | Add "portlist" commandClifford Wolf2019-09-242-0/+77
* | | | | | | | | | | | | | | | | | | | | | | | | | fix show command for macosN. Engelhardt2019-09-231-0/+8
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Revert abc9.ccEddie Hung2019-09-201-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | Trim mismatched connection to be same (smallest) sizeEddie Hung2019-09-201-0/+6
* | | | | | | | | | | | | | | | | | | | | | | | | Fix first testcase in #1391Eddie Hung2019-09-202-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Add "add -mod"Clifford Wolf2019-09-201-0/+18
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Add techmap_autopurge attribute, fixes #1381Clifford Wolf2019-09-191-5/+49
* | | | | | | | | | | | | | | | | | | | | | | Added extractinv passMarcin Koƛcielnicki2019-09-192-0/+124
* | | | | | | | | | | | | | | | | | | | | | | Document (* gentb_skip *) attr for test_autotbEddie Hung2019-09-181-0/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #1355 from YosysHQ/eddie/peepopt_dffmuxextEddie Hung2019-09-183-0/+115
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Revert "Make one check $shift(x)? only; change testcase to be 8b"Eddie Hung2019-09-131-3/+2
| * | | | | | | | | | | | | | | | | | | | | Tidy upEddie Hung2019-09-111-10/+16
| * | | | | | | | | | | | | | | | | | | | | Fix UBEddie Hung2019-09-111-2/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Cope with presence of reset muxes tooEddie Hung2019-09-111-4/+25
| * | | | | | | | | | | | | | | | | | | | CleanupEddie Hung2019-09-111-25/+22
| * | | | | | | | | | | | | | | | | | | | Only display log message if did_somethingEddie Hung2019-09-111-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Rename dffmuxext -> dffmux, also remove constants in dff+muxEddie Hung2019-09-114-57/+91
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Make one check $shift(x)? only; change testcase to be 8bEddie Hung2019-09-061-2/+3
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Remove log_cell() callsEddie Hung2019-09-041-3/+0
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Add peepopt_dffmuxextEddie Hung2019-09-043-0/+60
| | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #1374 from YosysHQ/eddie/fix1371Eddie Hung2019-09-151-4/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Explicitly order function argumentsEddie Hung2019-09-131-4/+15
| * | | | | | | | | | | | | | | | Revert "SigSet<Cell*> to use stable compare class"Eddie Hung2019-09-134-5/+5
| * | | | | | | | | | | | | | | | SigSet<Cell*> to use stable compare classEddie Hung2019-09-124-5/+5
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |