Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Add mac.sh and macc_tb.v for testing | Eddie Hung | 2019-09-19 | 2 | -0/+99 | |
| * | | | | | | Suppress $anyseq warnings | Eddie Hung | 2019-09-19 | 1 | -15/+32 | |
| * | | | | | | Use ID() macro | Eddie Hung | 2019-09-19 | 2 | -210/+210 | |
| * | | | | | | Use (* techmap_autopurge *) to suppress techmap warnings | Eddie Hung | 2019-09-19 | 2 | -94/+99 | |
| * | | | | | | D is 25 bits not 24 bits wide | Eddie Hung | 2019-09-19 | 1 | -1/+1 | |
| * | | | | | | Merge remote-tracking branch 'origin/clifford/fix1381' into xc7dsp | Eddie Hung | 2019-09-19 | 14 | -95/+723 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | When two boxes connect to each other, need not be a (* keep *) | Eddie Hung | 2019-09-19 | 1 | -6/+1 | |
| * | | | | | | | Re-enable sign extension for C input | Eddie Hung | 2019-09-19 | 1 | -4/+4 | |
| * | | | | | | | synth_xilinx to infer DSPs for Y_WIDTH >= 9 and [AB]_WIDTH >= 2 | Eddie Hung | 2019-09-19 | 1 | -1/+4 | |
| * | | | | | | | Tidy up synth_ice40, only restrict DSP_B_MINWIDTH=2 | Eddie Hung | 2019-09-19 | 1 | -1/+3 | |
| * | | | | | | | Do not perform width-checks for DSP48E1 which is much more complicated | Eddie Hung | 2019-09-19 | 1 | -11/+0 | |
| * | | | | | | | Remove TODO as check should not be necessary | Eddie Hung | 2019-09-19 | 1 | -1/+0 | |
| * | | | | | | | Revert index to select | Eddie Hung | 2019-09-19 | 1 | -1/+1 | |
| * | | | | | | | Cleanup xilinx_dsp too | Eddie Hung | 2019-09-19 | 1 | -37/+28 | |
| * | | | | | | | Refactor ce{mux,pol} -> hold{mux,pol} | Eddie Hung | 2019-09-19 | 2 | -77/+77 | |
| * | | | | | | | Add HOLD/RST support for SB_MAC16 | Eddie Hung | 2019-09-19 | 2 | -69/+116 | |
| * | | | | | | | Add support for SB_MAC16 CD and H registers | Eddie Hung | 2019-09-19 | 2 | -13/+73 | |
| * | | | | | | | Refactor ice40_dsp.pmg | Eddie Hung | 2019-09-19 | 2 | -194/+426 | |
| * | | | | | | | Add more entries | Eddie Hung | 2019-09-19 | 1 | -0/+1 | |
| * | | | | | | | Format macc.v | Eddie Hung | 2019-09-19 | 1 | -8/+8 | |
| * | | | | | | | Cleanup | Eddie Hung | 2019-09-19 | 1 | -8/+4 | |
| * | | | | | | | Remove stat | Eddie Hung | 2019-09-18 | 1 | -1/+0 | |
| * | | | | | | | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-09-18 | 3 | -15/+44 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add doc on pattern detector for overflow | Eddie Hung | 2019-09-18 | 1 | -0/+5 | |
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-09-18 | 18 | -970/+19474 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix copy-paste | Eddie Hung | 2019-09-18 | 1 | -2/+2 | |
| * | | | | | | | | | Check overflow condition is power of 2 without using int32 | Eddie Hung | 2019-09-18 | 2 | -5/+15 | |
| * | | | | | | | | | Add .gitignore | Eddie Hung | 2019-09-18 | 1 | -0/+1 | |
| * | | | | | | | | | Refine macc testcase | Eddie Hung | 2019-09-18 | 2 | -9/+17 | |
| * | | | | | | | | | Mis-spell | Eddie Hung | 2019-09-18 | 1 | -10/+25 | |
| * | | | | | | | | | Add pattern detection support for DSP48E1 model, check against vendor | Eddie Hung | 2019-09-18 | 3 | -8/+102 | |
| * | | | | | | | | | Add support for overflow using pattern detector | Eddie Hung | 2019-09-18 | 2 | -1/+31 | |
| * | | | | | | | | | Separate dffrstmux from dffcemux, fix typos | Eddie Hung | 2019-09-18 | 1 | -20/+32 | |
| * | | | | | | | | | Add `undef DSP48E1_INST | Eddie Hung | 2019-09-13 | 1 | -4/+5 | |
| * | | | | | | | | | Fix D -> P{,COUT} delay | Eddie Hung | 2019-09-13 | 1 | -43/+43 | |
| * | | | | | | | | | Add no MULT no DPORT config | Eddie Hung | 2019-09-13 | 4 | -226/+471 | |
| * | | | | | | | | | Add support for MULT and DPORT | Eddie Hung | 2019-09-13 | 4 | -10/+588 | |
| * | | | | | | | | | Refine diagram | Eddie Hung | 2019-09-13 | 1 | -12/+14 | |
| * | | | | | | | | | Add an ASCII drawing | Eddie Hung | 2019-09-12 | 1 | -3/+22 | |
| * | | | | | | | | | Finish explanation | Eddie Hung | 2019-09-12 | 2 | -5/+20 | |
| * | | | | | | | | | Rename to techmap_guard | Eddie Hung | 2019-09-12 | 1 | -2/+3 | |
| * | | | | | | | | | Initial DSP48E1 box support | Eddie Hung | 2019-09-12 | 4 | -0/+867 | |
| * | | | | | | | | | Set more ports explicitly | Eddie Hung | 2019-09-12 | 2 | -1/+4 | |
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-09-12 | 9 | -13/+110 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add support for A1 and B1 registers | Eddie Hung | 2019-09-11 | 2 | -24/+105 | |
| * | | | | | | | | | | Raise a RuntimeError instead of AssertionError | Eddie Hung | 2019-09-11 | 1 | -1/+2 | |
| * | | | | | | | | | | Add AREG=2 BREG=2 test | Eddie Hung | 2019-09-11 | 1 | -2/+6 | |
| * | | | | | | | | | | Rename {A,B} -> {A2,B2} | Eddie Hung | 2019-09-11 | 2 | -33/+34 | |
| * | | | | | | | | | | Fix UB | Eddie Hung | 2019-09-11 | 1 | -2/+2 | |
| * | | | | | | | | | | Add PCOUT -> PCIN non-shifted cascading | Eddie Hung | 2019-09-11 | 1 | -15/+22 |