aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More cleanupEddie Hung2019-09-111-62/+28
|
* Add support for A/B/C/D/AD resetEddie Hung2019-09-112-139/+141
|
* Update test with a/b resetEddie Hung2019-09-111-2/+4
|
* Extend test for RSTP and RSTMEddie Hung2019-09-112-3/+50
|
* Add support for RSTMEddie Hung2019-09-112-74/+109
|
* Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dspEddie Hung2019-09-115-58/+109
|\
| * Rename dffmuxext -> dffmux, also remove constants in dff+muxEddie Hung2019-09-114-57/+91
| |
| * proc instead of prepEddie Hung2019-09-111-2/+2
| |
| * Add unsigned caseEddie Hung2019-09-111-0/+17
| |
* | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dspEddie Hung2019-09-112-8/+9
|\|
| * Missing equiv_opt -assertEddie Hung2019-09-061-1/+1
| |
| * Make one check $shift(x)? only; change testcase to be 8bEddie Hung2019-09-062-4/+5
| |
| * Usee equiv_opt -assertEddie Hung2019-09-061-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-1111-63/+397
|\ \
| * | Bump versionClifford Wolf2019-09-101-1/+1
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | Fix misspellingEddie Hung2019-09-091-1/+1
| | |
| * | synth_xilinx: Support init values on Spartan 6 flip-flops properly.Marcin Koƛcielnicki2019-09-075-53/+219
| | |
| * | techmap: Add support for extracting init values of portsMarcin Koƛcielnicki2019-09-073-1/+169
| | |
| * | Merge branch 'master' of github.com:YosysHQ/yosysEddie Hung2019-09-0628-215/+719
| |\ \
| * | | Add missing -assert to equiv_optEddie Hung2019-09-061-7/+7
| | | |
* | | | Only pack out registers if \init is zero or x; then remove \init from PREGEddie Hung2019-09-102-4/+18
| | | |
* | | | Fix RSTPEddie Hung2019-09-101-1/+1
| | | |
* | | | Add support for RSTPEddie Hung2019-09-102-26/+70
| | | |
* | | | enpol -> cepolEddie Hung2019-09-102-57/+59
| | | |
* | | | d?ffmux -> d?ffcemuxEddie Hung2019-09-101-34/+33
| | | |
* | | | Refactor MREG and PREG to out_dffe subpatternEddie Hung2019-09-101-155/+122
| | | |
* | | | Update help textEddie Hung2019-09-101-3/+3
| | | |
* | | | Update xilinx_dsp help textEddie Hung2019-09-101-3/+21
| | | |
* | | | Update CHANGELOGEddie Hung2019-09-101-0/+5
| | | |
* | | | Move "(skip if -nodsp)" message to labelEddie Hung2019-09-101-4/+4
| | | |
* | | | Be sensitive to signednessEddie Hung2019-09-101-20/+21
| | | |
* | | | Really get rid of 'opt_expr -fine' by being explicitEddie Hung2019-09-102-9/+33
| | | |
* | | | Remove wreduce callEddie Hung2019-09-101-1/+0
| | | |
* | | | Add comment for why opt_expr is necessaryEddie Hung2019-09-101-0/+2
| | | |
* | | | Revert "Remove "opt_expr -fine" call"Eddie Hung2019-09-101-0/+1
| | | | | | | | | | | | | | | | This reverts commit bfda921d0317bfb4cb6fc9de8a556c2258b709bc.
* | | | Rename label to map_dspEddie Hung2019-09-101-1/+1
| | | |
* | | | Remove "opt_expr -fine" callEddie Hung2019-09-101-1/+0
| | | |
* | | | OopsEddie Hung2019-09-091-0/+1
| | | |
* | | | Add SIMD testEddie Hung2019-09-091-0/+25
| | | |
* | | | Support subtraction as wellEddie Hung2019-09-091-112/+123
| | | |
* | | | Support TWO24Eddie Hung2019-09-091-1/+59
| | | |
* | | | RefactorEddie Hung2019-09-091-33/+33
| | | |
* | | | Add initial USE_SIMD=FOUR12 supportEddie Hung2019-09-091-0/+157
| | | |
* | | | Only trim sigM if USE_MULT; only look for ffM then tooEddie Hung2019-09-091-9/+13
| | | |
* | | | Set USE_MULT and USE_SIMDEddie Hung2019-09-091-1/+3
| | | |
* | | | RenameEddie Hung2019-09-091-27/+27
| | | |
* | | | OopsEddie Hung2019-09-091-2/+1
| | | |
* | | | Tidy upEddie Hung2019-09-091-6/+5
| | | |
* | | | Refactor using subpattern in_dffeEddie Hung2019-09-091-240/+146
| | | |
* | | | Update macc testEddie Hung2019-09-062-42/+42
| | | |