Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Check adder is <= 48 bits before packing | Eddie Hung | 2019-09-06 | 1 | -4/+5 | |
| | | | ||||||
* | | | Check nusers for M and P enable muxes | Eddie Hung | 2019-09-06 | 1 | -2/+17 | |
| | | | ||||||
* | | | More nusers() checks for A and B enable muxes | Eddie Hung | 2019-09-06 | 1 | -14/+27 | |
| | | | ||||||
* | | | Cleanup | Eddie Hung | 2019-09-05 | 2 | -26/+25 | |
| | | | ||||||
* | | | Sensitive to CEB CEM CEP polarity | Eddie Hung | 2019-09-05 | 2 | -21/+27 | |
| | | | ||||||
* | | | ffAmuxAB -> ffAenpol | Eddie Hung | 2019-09-05 | 2 | -6/+9 | |
| | | | ||||||
* | | | Refactor ice40_dsp | Eddie Hung | 2019-09-05 | 2 | -27/+29 | |
| | | | ||||||
* | | | Fix broken ice40_dsp | Eddie Hung | 2019-09-05 | 2 | -111/+83 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dsp | Eddie Hung | 2019-09-05 | 1 | -3/+0 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Remove log_cell() calls | Eddie Hung | 2019-09-04 | 1 | -3/+0 | |
| | | | ||||||
* | | | Do not check signedness of post-adder (assume taken care of by DSP) | Eddie Hung | 2019-09-05 | 2 | -3/+0 | |
| | | | ||||||
* | | | Use filter instead of index; support wide enable muxes | Eddie Hung | 2019-09-05 | 1 | -4/+8 | |
| | | | ||||||
* | | | Do not make ff[MP]mux semioptional, use sigmap | Eddie Hung | 2019-09-05 | 2 | -5/+11 | |
| | | | ||||||
* | | | Add support for CEP | Eddie Hung | 2019-09-05 | 2 | -19/+36 | |
| | | | ||||||
* | | | Add support for CEB, remove check on nusers | Eddie Hung | 2019-09-05 | 2 | -15/+32 | |
| | | | ||||||
* | | | Cleanup | Eddie Hung | 2019-09-05 | 1 | -5/+2 | |
| | | | ||||||
* | | | Support CEA | Eddie Hung | 2019-09-05 | 2 | -9/+34 | |
| | | | ||||||
* | | | Get rid of sigBset too | Eddie Hung | 2019-09-04 | 2 | -12/+10 | |
| | | | ||||||
* | | | Get rid of sigAset | Eddie Hung | 2019-09-04 | 1 | -10/+14 | |
| | | | ||||||
* | | | Get rid of sigPused | Eddie Hung | 2019-09-04 | 2 | -16/+13 | |
| | | | ||||||
* | | | Compute sigP properly | Eddie Hung | 2019-09-04 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dsp | Eddie Hung | 2019-09-04 | 3 | -0/+60 | |
|\| | | ||||||
| * | | Add peepopt_dffmuxext | Eddie Hung | 2019-09-04 | 3 | -0/+60 | |
| |/ | ||||||
| * | Merge pull request #1344 from YosysHQ/eddie/ice40_signed_macc | Eddie Hung | 2019-09-01 | 1 | -5/+0 | |
| |\ | | | | | | | ice40_dsp to allow signed multipliers | |||||
| | * | Do not restrict multiplier to unsigned | Eddie Hung | 2019-08-30 | 1 | -5/+0 | |
| | | | ||||||
| * | | Missing dep for test_pmgen | Eddie Hung | 2019-08-30 | 1 | -1/+1 | |
| |/ | ||||||
* | | Support CEM | Eddie Hung | 2019-09-04 | 2 | -9/+33 | |
| | | ||||||
* | | st.ffP from if to assert | Eddie Hung | 2019-09-03 | 1 | -1/+2 | |
| | | ||||||
* | | Rename muxAB to postAddMux | Eddie Hung | 2019-09-03 | 2 | -44/+25 | |
| | | ||||||
* | | Use choices for addAB, now called postAdd | Eddie Hung | 2019-09-03 | 2 | -46/+29 | |
| | | ||||||
* | | Add support for load value into DSP48E1.P | Eddie Hung | 2019-09-03 | 2 | -30/+47 | |
| | | ||||||
* | | Process post-adder first since C could be used for load-P | Eddie Hung | 2019-09-03 | 1 | -18/+22 | |
| | | ||||||
* | | Use feedback path for MACC | Eddie Hung | 2019-09-03 | 1 | -15/+21 | |
| | | ||||||
* | | Fine tune xilinx_dsp pattern matcher | Eddie Hung | 2019-08-30 | 1 | -14/+18 | |
| | | ||||||
* | | autoremove ffM | Eddie Hung | 2019-08-30 | 1 | -0/+1 | |
| | | ||||||
* | | Remove debug | Eddie Hung | 2019-08-30 | 1 | -1/+0 | |
| | | ||||||
* | | ffM before addAB | Eddie Hung | 2019-08-30 | 1 | -1/+1 | |
| | | ||||||
* | | Another oops | Eddie Hung | 2019-08-30 | 1 | -1/+1 | |
| | | ||||||
* | | Update commented out | Eddie Hung | 2019-08-30 | 1 | -1/+1 | |
| | | ||||||
* | | Add support for ffM | Eddie Hung | 2019-08-30 | 2 | -3/+48 | |
| | | ||||||
* | | Update comment | Eddie Hung | 2019-08-30 | 1 | -1/+1 | |
| | | ||||||
* | | Missing dep for test_pmgen | Eddie Hung | 2019-08-30 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-08-30 | 4 | -3/+599 | |
|\| | ||||||
| * | Cleanup | Eddie Hung | 2019-08-28 | 1 | -4/+0 | |
| | | ||||||
| * | Account for D port being a constant | Eddie Hung | 2019-08-28 | 1 | -4/+4 | |
| | | ||||||
| * | No need to replace Q of slice since $shiftx is autoremove-d | Eddie Hung | 2019-08-28 | 1 | -1/+0 | |
| | | ||||||
| * | More cleanup | Eddie Hung | 2019-08-28 | 1 | -12/+14 | |
| | | ||||||
| * | More cleanup | Eddie Hung | 2019-08-28 | 1 | -9/+6 | |
| | | ||||||
| * | Do not use default_params dict, hardcode default values, cleanup | Eddie Hung | 2019-08-28 | 2 | -25/+21 | |
| | | ||||||
| * | Always generate if no match | Eddie Hung | 2019-08-28 | 1 | -1/+1 | |
| | |