Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More cleanup | Eddie Hung | 2019-09-11 | 1 | -62/+28 |
| | |||||
* | Add support for A/B/C/D/AD reset | Eddie Hung | 2019-09-11 | 2 | -139/+141 |
| | |||||
* | Update test with a/b reset | Eddie Hung | 2019-09-11 | 1 | -2/+4 |
| | |||||
* | Extend test for RSTP and RSTM | Eddie Hung | 2019-09-11 | 2 | -3/+50 |
| | |||||
* | Add support for RSTM | Eddie Hung | 2019-09-11 | 2 | -74/+109 |
| | |||||
* | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dsp | Eddie Hung | 2019-09-11 | 5 | -58/+109 |
|\ | |||||
| * | Rename dffmuxext -> dffmux, also remove constants in dff+mux | Eddie Hung | 2019-09-11 | 4 | -57/+91 |
| | | |||||
| * | proc instead of prep | Eddie Hung | 2019-09-11 | 1 | -2/+2 |
| | | |||||
| * | Add unsigned case | Eddie Hung | 2019-09-11 | 1 | -0/+17 |
| | | |||||
* | | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dsp | Eddie Hung | 2019-09-11 | 2 | -8/+9 |
|\| | |||||
| * | Missing equiv_opt -assert | Eddie Hung | 2019-09-06 | 1 | -1/+1 |
| | | |||||
| * | Make one check $shift(x)? only; change testcase to be 8b | Eddie Hung | 2019-09-06 | 2 | -4/+5 |
| | | |||||
| * | Usee equiv_opt -assert | Eddie Hung | 2019-09-06 | 1 | -3/+3 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-09-11 | 11 | -63/+397 |
|\ \ | |||||
| * | | Bump version | Clifford Wolf | 2019-09-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Fix misspelling | Eddie Hung | 2019-09-09 | 1 | -1/+1 |
| | | | |||||
| * | | synth_xilinx: Support init values on Spartan 6 flip-flops properly. | Marcin KoĆcielnicki | 2019-09-07 | 5 | -53/+219 |
| | | | |||||
| * | | techmap: Add support for extracting init values of ports | Marcin KoĆcielnicki | 2019-09-07 | 3 | -1/+169 |
| | | | |||||
| * | | Merge branch 'master' of github.com:YosysHQ/yosys | Eddie Hung | 2019-09-06 | 28 | -215/+719 |
| |\ \ | |||||
| * | | | Add missing -assert to equiv_opt | Eddie Hung | 2019-09-06 | 1 | -7/+7 |
| | | | | |||||
* | | | | Only pack out registers if \init is zero or x; then remove \init from PREG | Eddie Hung | 2019-09-10 | 2 | -4/+18 |
| | | | | |||||
* | | | | Fix RSTP | Eddie Hung | 2019-09-10 | 1 | -1/+1 |
| | | | | |||||
* | | | | Add support for RSTP | Eddie Hung | 2019-09-10 | 2 | -26/+70 |
| | | | | |||||
* | | | | enpol -> cepol | Eddie Hung | 2019-09-10 | 2 | -57/+59 |
| | | | | |||||
* | | | | d?ffmux -> d?ffcemux | Eddie Hung | 2019-09-10 | 1 | -34/+33 |
| | | | | |||||
* | | | | Refactor MREG and PREG to out_dffe subpattern | Eddie Hung | 2019-09-10 | 1 | -155/+122 |
| | | | | |||||
* | | | | Update help text | Eddie Hung | 2019-09-10 | 1 | -3/+3 |
| | | | | |||||
* | | | | Update xilinx_dsp help text | Eddie Hung | 2019-09-10 | 1 | -3/+21 |
| | | | | |||||
* | | | | Update CHANGELOG | Eddie Hung | 2019-09-10 | 1 | -0/+5 |
| | | | | |||||
* | | | | Move "(skip if -nodsp)" message to label | Eddie Hung | 2019-09-10 | 1 | -4/+4 |
| | | | | |||||
* | | | | Be sensitive to signedness | Eddie Hung | 2019-09-10 | 1 | -20/+21 |
| | | | | |||||
* | | | | Really get rid of 'opt_expr -fine' by being explicit | Eddie Hung | 2019-09-10 | 2 | -9/+33 |
| | | | | |||||
* | | | | Remove wreduce call | Eddie Hung | 2019-09-10 | 1 | -1/+0 |
| | | | | |||||
* | | | | Add comment for why opt_expr is necessary | Eddie Hung | 2019-09-10 | 1 | -0/+2 |
| | | | | |||||
* | | | | Revert "Remove "opt_expr -fine" call" | Eddie Hung | 2019-09-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | This reverts commit bfda921d0317bfb4cb6fc9de8a556c2258b709bc. | ||||
* | | | | Rename label to map_dsp | Eddie Hung | 2019-09-10 | 1 | -1/+1 |
| | | | | |||||
* | | | | Remove "opt_expr -fine" call | Eddie Hung | 2019-09-10 | 1 | -1/+0 |
| | | | | |||||
* | | | | Oops | Eddie Hung | 2019-09-09 | 1 | -0/+1 |
| | | | | |||||
* | | | | Add SIMD test | Eddie Hung | 2019-09-09 | 1 | -0/+25 |
| | | | | |||||
* | | | | Support subtraction as well | Eddie Hung | 2019-09-09 | 1 | -112/+123 |
| | | | | |||||
* | | | | Support TWO24 | Eddie Hung | 2019-09-09 | 1 | -1/+59 |
| | | | | |||||
* | | | | Refactor | Eddie Hung | 2019-09-09 | 1 | -33/+33 |
| | | | | |||||
* | | | | Add initial USE_SIMD=FOUR12 support | Eddie Hung | 2019-09-09 | 1 | -0/+157 |
| | | | | |||||
* | | | | Only trim sigM if USE_MULT; only look for ffM then too | Eddie Hung | 2019-09-09 | 1 | -9/+13 |
| | | | | |||||
* | | | | Set USE_MULT and USE_SIMD | Eddie Hung | 2019-09-09 | 1 | -1/+3 |
| | | | | |||||
* | | | | Rename | Eddie Hung | 2019-09-09 | 1 | -27/+27 |
| | | | | |||||
* | | | | Oops | Eddie Hung | 2019-09-09 | 1 | -2/+1 |
| | | | | |||||
* | | | | Tidy up | Eddie Hung | 2019-09-09 | 1 | -6/+5 |
| | | | | |||||
* | | | | Refactor using subpattern in_dffe | Eddie Hung | 2019-09-09 | 1 | -240/+146 |
| | | | | |||||
* | | | | Update macc test | Eddie Hung | 2019-09-06 | 2 | -42/+42 |
| | | | |