Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | | * | Grammar | Eddie Hung | 2019-08-09 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | | | | | | * | Separate $alu handling | Eddie Hung | 2019-08-09 | 1 | -7/+50 | |
| | | | | | | | | ||||||
| | | | | | | * | Add $alu tests | Eddie Hung | 2019-08-09 | 1 | -0/+42 | |
| | | | | | | | | ||||||
| | | | | | | * | opt_expr -fine to trim LSBs of $alu too | Eddie Hung | 2019-08-09 | 1 | -4/+9 | |
| | | | | | | | | ||||||
| | | | | | | * | Add alumacc versions of opt_expr tests | Eddie Hung | 2019-08-09 | 1 | -0/+84 | |
| | | | | | | | | ||||||
| | | | | | | * | Add new $alu test, remove wreduce | Eddie Hung | 2019-08-09 | 1 | -11/+21 | |
| | | | | | | | | ||||||
| | | | | | | * | Cleanup some more | Eddie Hung | 2019-08-09 | 1 | -12/+0 | |
| | | | | | | | | ||||||
| | | | | | | * | Simplify opt_expr tests using equiv_opt | Eddie Hung | 2019-08-09 | 1 | -72/+23 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Merge pull request #1264 from YosysHQ/eddie/fix_1254 | Eddie Hung | 2019-08-08 | 1 | -0/+6 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | opt_lut to ignore LUT cells, or those that drive bits, with (* keep *) | |||||
| | * | | | | | | opt_lut to ignore LUT cells, or those that drive bits, with (* keep *) | Eddie Hung | 2019-08-07 | 1 | -0/+6 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1266 from YosysHQ/eddie/ice40_full_adder | Eddie Hung | 2019-08-08 | 20 | -180/+180 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | Wrap SB_LUT+SB_CARRY into $__ICE40_CARRY_WRAPPER | |||||
| | * | | | | | Remove dump call | Eddie Hung | 2019-08-07 | 1 | -1/+0 | |
| | | | | | | | ||||||
| | * | | | | | Move tests/various/opt* into tests/opt/ | Eddie Hung | 2019-08-07 | 5 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Remove ice40_unlut call, simply do equiv_opt on synth_ice40 | Eddie Hung | 2019-08-07 | 1 | -3/+1 | |
| | | | | | | | ||||||
| | * | | | | | Add testcase from removed opt_ff.{v,ys} | Eddie Hung | 2019-08-07 | 1 | -0/+32 | |
| | | | | | | | ||||||
| | * | | | | | Remove tests/opt/opt_ff.{v,ys} as they don't seem to do anything but run | Eddie Hung | 2019-08-07 | 2 | -24/+0 | |
| | | | | | | | ||||||
| | * | | | | | Allow whitebox modules to be overwritten | Eddie Hung | 2019-08-07 | 2 | -3/+1 | |
| | | | | | | | ||||||
| | * | | | | | Update CHANGELOG | Eddie Hung | 2019-08-07 | 1 | -0/+2 | |
| | | | | | | | ||||||
| | * | | | | | Add ice40_wrapcarry pass, rename $__ICE40_FULL_ADDER -> CARRY_WRAPPER | Eddie Hung | 2019-08-07 | 6 | -10/+128 | |
| | | | | | | | ||||||
| | * | | | | | Add test | Eddie Hung | 2019-08-07 | 1 | -1/+10 | |
| | | | | | | | ||||||
| | * | | | | | Remove ice40_unlut | Eddie Hung | 2019-08-07 | 2 | -107/+0 | |
| | | | | | | | ||||||
| | * | | | | | Wrap SB_CARRY+SB_LUT into $__ICE40_FULL_ADDER | Eddie Hung | 2019-08-07 | 3 | -39/+14 | |
| |/ / / / / | ||||||
* | | | | | | Check nusers of DSP output, not whole flop | Eddie Hung | 2019-08-09 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Improve ice40_dsp for non-fully-32-bit adders | Eddie Hung | 2019-08-09 | 1 | -3/+8 | |
| | | | | | | ||||||
* | | | | | | Add wreduce to synth_ice40 -dsp as well | Eddie Hung | 2019-08-09 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Another filter -> if | Eddie Hung | 2019-08-09 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Cleanup | Eddie Hung | 2019-08-09 | 2 | -18/+18 | |
| | | | | | | ||||||
* | | | | | | Pack partial-product adder DSP48E1 packing | Eddie Hung | 2019-08-09 | 3 | -10/+81 | |
| | | | | | | ||||||
* | | | | | | Fix check | Eddie Hung | 2019-08-09 | 1 | -4/+6 | |
| | | | | | | ||||||
* | | | | | | Revert "Fix typo" | Eddie Hung | 2019-08-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e3c39cc450a0317ad7e8234bb866d55465548c9c. | |||||
* | | | | | | Remove muxY and ffY for now | Eddie Hung | 2019-08-08 | 2 | -35/+33 | |
| | | | | | | ||||||
* | | | | | | Remove signed from ports in +/xilinx/dsp_map.v | Eddie Hung | 2019-08-08 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Rework ice40_dsp to map to SB_MAC16 earlier, and check before packing | Eddie Hung | 2019-08-08 | 6 | -40/+119 | |
| | | | | | | ||||||
* | | | | | | Combine techmap calls | Eddie Hung | 2019-08-08 | 1 | -2/+1 | |
| | | | | | | ||||||
* | | | | | | Only pack registers if {A,B,P}REG = 0, do not pack $dffe | Eddie Hung | 2019-08-08 | 1 | -3/+6 | |
| | | | | | | ||||||
* | | | | | | Move xilinx_dsp to before alumacc | Eddie Hung | 2019-08-08 | 1 | -6/+4 | |
| | | | | | | ||||||
* | | | | | | Disable $dffe | Eddie Hung | 2019-08-08 | 1 | -8/+8 | |
| | | | | | | ||||||
* | | | | | | INMODE is 5 bits | Eddie Hung | 2019-08-08 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Fix copy-pasta typo | Eddie Hung | 2019-08-08 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | ecp5: Replace '-dsp' with inverse logic '-nodsp' to match synth_xilinx | David Shah | 2019-08-08 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | | | | | | ecp5: Bring up to date with mul2dsp changes | David Shah | 2019-08-08 | 2 | -2/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | | | | | | Merge branch 'xc7dsp' of github.com:YosysHQ/yosys into xc7dsp | David Shah | 2019-08-08 | 52 | -562/+1165 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix compile error | Eddie Hung | 2019-08-07 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | Run "opt_expr -fine" instead of "wreduce" due to #1213 | Eddie Hung | 2019-08-07 | 1 | -2/+1 | |
| | | | | | | | ||||||
| * | | | | | | Do not SigSpec::extract() beyond bounds | Eddie Hung | 2019-08-07 | 2 | -8/+10 | |
| | | | | | | | ||||||
| * | | | | | | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-08-07 | 49 | -552/+1134 | |
| |\| | | | | | ||||||
| | * | | | | | Merge pull request #1248 from YosysHQ/eddie/abc9_speedup | Eddie Hung | 2019-08-07 | 4 | -40/+48 | |
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | | | abc9: speedup by using using "clean" more efficiently | |||||
| | | * | | | | Add comment | Eddie Hung | 2019-08-07 | 1 | -2/+3 | |
| | | | | | | | ||||||
| | | * | | | | Revert "Add TODO" | Eddie Hung | 2019-08-07 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6068a6bf0d91e3ab9a5eaa33894a816f1560f99a. | |||||
| | | * | | | | Add TODO | Eddie Hung | 2019-08-07 | 1 | -0/+2 | |
| | | | | | | |