aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
* Set more ports explicitlyEddie Hung2019-09-121-0/+2
* Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-123-7/+41
|\
| * Merge pull request #1370 from YosysHQ/dave/equiv_opt_multiclockDavid Shah2019-09-121-1/+11
| |\
| | * Add equiv_opt -multiclockDavid Shah2019-09-111-1/+11
| * | Add -match-init option to dff2dffs.Marcin Koƛcielnicki2019-09-111-3/+26
| |/
| * Merge pull request #1362 from xobs/smtbmc-msvc2-build-fixesDavid Shah2019-09-111-3/+4
| |\
| | * passes: opt_share: don't statically initialize mergeable_type_mapSean Cross2019-09-091-3/+4
* | | Add support for A1 and B1 registersEddie Hung2019-09-112-24/+105
* | | Raise a RuntimeError instead of AssertionErrorEddie Hung2019-09-111-1/+2
* | | Rename {A,B} -> {A2,B2}Eddie Hung2019-09-112-33/+34
* | | Fix UBEddie Hung2019-09-111-2/+2
* | | Add PCOUT -> PCIN non-shifted cascadingEddie Hung2019-09-111-15/+22
* | | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dspEddie Hung2019-09-111-27/+45
|\ \ \
| * | | 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
* | | | Make unextend a udataEddie Hung2019-09-111-3/+2
* | | | Input registers to add DSP as new siguser to block upstream packingEddie Hung2019-09-111-8/+16
* | | | More cleanupEddie Hung2019-09-111-62/+28
* | | | Add support for A/B/C/D/AD resetEddie Hung2019-09-112-139/+141
* | | | Add support for RSTMEddie Hung2019-09-112-74/+109
* | | | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dspEddie Hung2019-09-114-57/+91
|\| | |
| * | | Rename dffmuxext -> dffmux, also remove constants in dff+muxEddie Hung2019-09-114-57/+91
* | | | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dspEddie Hung2019-09-111-2/+3
|\| | |
| * | | Make one check $shift(x)? only; change testcase to be 8bEddie Hung2019-09-061-2/+3
* | | | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-112-2/+71
|\ \ \ \ | | |/ / | |/| |
| * | | Fix misspellingEddie Hung2019-09-091-1/+1
| | |/ | |/|
| * | techmap: Add support for extracting init values of portsMarcin Koƛcielnicki2019-09-071-1/+70
* | | Only pack out registers if \init is zero or x; then remove \init from PREGEddie Hung2019-09-102-4/+18
* | | Fix RSTPEddie Hung2019-09-101-1/+1
* | | Add support for RSTPEddie Hung2019-09-102-26/+70
* | | enpol -> cepolEddie Hung2019-09-102-57/+59
* | | d?ffmux -> d?ffcemuxEddie Hung2019-09-101-34/+33
* | | Refactor MREG and PREG to out_dffe subpatternEddie Hung2019-09-101-155/+122
* | | Update help textEddie Hung2019-09-101-3/+3
* | | Update xilinx_dsp help textEddie Hung2019-09-101-3/+21
* | | OopsEddie Hung2019-09-091-0/+1
* | | Support subtraction as wellEddie Hung2019-09-091-112/+123
* | | Support TWO24Eddie Hung2019-09-091-1/+59
* | | RefactorEddie Hung2019-09-091-33/+33
* | | Add initial USE_SIMD=FOUR12 supportEddie Hung2019-09-091-0/+157
* | | Only trim sigM if USE_MULT; only look for ffM then tooEddie Hung2019-09-091-9/+13
* | | RenameEddie Hung2019-09-091-27/+27
* | | OopsEddie Hung2019-09-091-2/+1
* | | Tidy upEddie Hung2019-09-091-6/+5
* | | Refactor using subpattern in_dffeEddie Hung2019-09-091-240/+146
* | | Pack CREGEddie Hung2019-09-062-31/+111
* | | Use unextend lambdaEddie Hung2019-09-061-19/+18
* | | Fix ffP just like ffPmuxEddie Hung2019-09-061-4/+4
* | | Perform D replacement properlyEddie Hung2019-09-062-7/+11