aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Add mac.sh and macc_tb.v for testingEddie Hung2019-09-192-0/+99
| * | | | | | Suppress $anyseq warningsEddie Hung2019-09-191-15/+32
| * | | | | | Use ID() macroEddie Hung2019-09-192-210/+210
| * | | | | | Use (* techmap_autopurge *) to suppress techmap warningsEddie Hung2019-09-192-94/+99
| * | | | | | D is 25 bits not 24 bits wideEddie Hung2019-09-191-1/+1
| * | | | | | Merge remote-tracking branch 'origin/clifford/fix1381' into xc7dspEddie Hung2019-09-1914-95/+723
| |\ \ \ \ \ \
| * | | | | | | When two boxes connect to each other, need not be a (* keep *)Eddie Hung2019-09-191-6/+1
| * | | | | | | Re-enable sign extension for C inputEddie Hung2019-09-191-4/+4
| * | | | | | | synth_xilinx to infer DSPs for Y_WIDTH >= 9 and [AB]_WIDTH >= 2Eddie Hung2019-09-191-1/+4
| * | | | | | | Tidy up synth_ice40, only restrict DSP_B_MINWIDTH=2Eddie Hung2019-09-191-1/+3
| * | | | | | | 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
| * | | | | | | Add more entriesEddie Hung2019-09-191-0/+1
| * | | | | | | Format macc.vEddie Hung2019-09-191-8/+8
| * | | | | | | CleanupEddie Hung2019-09-191-8/+4
| * | | | | | | Remove statEddie Hung2019-09-181-1/+0
| * | | | | | | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-183-15/+44
| |\ \ \ \ \ \ \
| * | | | | | | | Add doc on pattern detector for overflowEddie Hung2019-09-181-0/+5
| * | | | | | | | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-1818-970/+19474
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix copy-pasteEddie Hung2019-09-181-2/+2
| * | | | | | | | | Check overflow condition is power of 2 without using int32Eddie Hung2019-09-182-5/+15
| * | | | | | | | | Add .gitignoreEddie Hung2019-09-181-0/+1
| * | | | | | | | | Refine macc testcaseEddie Hung2019-09-182-9/+17
| * | | | | | | | | Mis-spellEddie Hung2019-09-181-10/+25
| * | | | | | | | | Add pattern detection support for DSP48E1 model, check against vendorEddie Hung2019-09-183-8/+102
| * | | | | | | | | Add support for overflow using pattern detectorEddie Hung2019-09-182-1/+31
| * | | | | | | | | Separate dffrstmux from dffcemux, fix typosEddie Hung2019-09-181-20/+32
| * | | | | | | | | Add `undef DSP48E1_INSTEddie Hung2019-09-131-4/+5
| * | | | | | | | | Fix D -> P{,COUT} delayEddie Hung2019-09-131-43/+43
| * | | | | | | | | Add no MULT no DPORT configEddie Hung2019-09-134-226/+471
| * | | | | | | | | Add support for MULT and DPORTEddie Hung2019-09-134-10/+588
| * | | | | | | | | Refine diagramEddie Hung2019-09-131-12/+14
| * | | | | | | | | Add an ASCII drawingEddie Hung2019-09-121-3/+22
| * | | | | | | | | Finish explanationEddie Hung2019-09-122-5/+20
| * | | | | | | | | Rename to techmap_guardEddie Hung2019-09-121-2/+3
| * | | | | | | | | Initial DSP48E1 box supportEddie Hung2019-09-124-0/+867
| * | | | | | | | | Set more ports explicitlyEddie Hung2019-09-122-1/+4
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-129-13/+110
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add support for A1 and B1 registersEddie Hung2019-09-112-24/+105
| * | | | | | | | | | Raise a RuntimeError instead of AssertionErrorEddie Hung2019-09-111-1/+2
| * | | | | | | | | | Add AREG=2 BREG=2 testEddie Hung2019-09-111-2/+6
| * | | | | | | | | | 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