aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add an indexEddie Hung2019-09-192-0/+3
| * | | Fix width of DEddie Hung2019-09-191-1/+1
| * | | Use ID() macroEddie Hung2019-09-192-210/+210
| * | | Merge remote-tracking branch 'origin/clifford/fix1381' into xc7dspEddie Hung2019-09-193-5/+173
| |\ \ \
| * | | | Re-enable sign extension for C inputEddie Hung2019-09-191-4/+4
| * | | | Do not perform width-checks for DSP48E1 which is much more complicatedEddie Hung2019-09-191-11/+0
| * | | | Remove TODO as check should not be necessaryEddie Hung2019-09-191-1/+0
| * | | | Revert index to selectEddie Hung2019-09-191-1/+1
| * | | | Cleanup xilinx_dsp tooEddie Hung2019-09-191-37/+28
| * | | | Refactor ce{mux,pol} -> hold{mux,pol}Eddie Hung2019-09-192-77/+77
| * | | | Add HOLD/RST support for SB_MAC16Eddie Hung2019-09-192-69/+116
| * | | | Add support for SB_MAC16 CD and H registersEddie Hung2019-09-192-13/+73
| * | | | Refactor ice40_dsp.pmgEddie Hung2019-09-192-194/+426
| * | | | CleanupEddie Hung2019-09-191-8/+4
| * | | | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-182-13/+18
| |\ \ \ \
| * | | | | Add doc on pattern detector for overflowEddie Hung2019-09-181-0/+5
| * | | | | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-182-4/+19
| |\ \ \ \ \
| * | | | | | Check overflow condition is power of 2 without using int32Eddie Hung2019-09-182-5/+15
| * | | | | | Add support for overflow using pattern detectorEddie Hung2019-09-182-1/+31
| * | | | | | Separate dffrstmux from dffcemux, fix typosEddie Hung2019-09-181-20/+32
| * | | | | | Set more ports explicitlyEddie Hung2019-09-121-0/+2
| * | | | | | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-123-7/+41
| |\ \ \ \ \ \
| * | | | | | | 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
| |\ \ \ \ \ \ \
| * | | | | | | | 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
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dspEddie Hung2019-09-111-2/+3
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-112-2/+71
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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