aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
* Use filter instead of index; support wide enable muxesEddie Hung2019-09-051-4/+8
* Do not make ff[MP]mux semioptional, use sigmapEddie Hung2019-09-052-5/+11
* Add support for CEPEddie Hung2019-09-052-19/+36
* Add support for CEB, remove check on nusersEddie Hung2019-09-052-15/+32
* CleanupEddie Hung2019-09-051-5/+2
* Support CEAEddie Hung2019-09-052-9/+34
* Get rid of sigBset tooEddie Hung2019-09-042-12/+10
* Get rid of sigAsetEddie Hung2019-09-041-10/+14
* Get rid of sigPusedEddie Hung2019-09-042-16/+13
* Compute sigP properlyEddie Hung2019-09-041-1/+1
* Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dspEddie Hung2019-09-043-0/+60
|\
| * Add peepopt_dffmuxextEddie Hung2019-09-043-0/+60
* | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-042-2/+26
|\|
| * Adopt @cliffordwolf's suggestionEddie Hung2019-09-031-10/+3
| * Merge remote-tracking branch 'origin/master' into eddie/deferred_topEddie Hung2019-09-038-202/+618
| |\
| | * Merge pull request #1344 from YosysHQ/eddie/ice40_signed_maccEddie Hung2019-09-011-5/+0
| | |\
| | | * Do not restrict multiplier to unsignedEddie Hung2019-08-301-5/+0
| | * | Fix select command error msg, fixes issue #1081Miodrag Milanovic2019-09-011-2/+2
| | * | Missing dep for test_pmgenEddie Hung2019-08-301-1/+1
| * | | -auto-top should check $abstract (deferred) modules with (* top *)Eddie Hung2019-08-281-0/+31
* | | | Support CEMEddie Hung2019-09-042-9/+33
* | | | st.ffP from if to assertEddie Hung2019-09-031-1/+2
* | | | Rename muxAB to postAddMuxEddie Hung2019-09-032-44/+25
* | | | Use choices for addAB, now called postAddEddie Hung2019-09-032-46/+29
* | | | Add support for load value into DSP48E1.PEddie Hung2019-09-032-30/+47
* | | | Process post-adder first since C could be used for load-PEddie Hung2019-09-031-18/+22
* | | | Use feedback path for MACCEddie Hung2019-09-031-15/+21
* | | | Fine tune xilinx_dsp pattern matcherEddie Hung2019-08-301-14/+18
* | | | autoremove ffMEddie Hung2019-08-301-0/+1
* | | | Remove debugEddie Hung2019-08-301-1/+0
* | | | ffM before addABEddie Hung2019-08-301-1/+1
* | | | Another oopsEddie Hung2019-08-301-1/+1
* | | | Update commented outEddie Hung2019-08-301-1/+1
* | | | Add support for ffMEddie Hung2019-08-302-3/+48
* | | | Update commentEddie Hung2019-08-301-1/+1
* | | | Missing dep for test_pmgenEddie Hung2019-08-301-1/+1
* | | | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-08-306-193/+614
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #1340 from YosysHQ/eddie/abc_no_cleanEddie Hung2019-08-301-16/+10
| |\ \ \ | | |_|/ | |/| |
| | * | Output has priority over input when stitching in abc9Eddie Hung2019-08-291-13/+10
| | * | abc9 to not call "clean" at end of run (often called outside)Eddie Hung2019-08-291-3/+0
| * | | Merge remote-tracking branch 'origin/master' into eddie/xilinx_srlEddie Hung2019-08-302-2/+37
| |\| |
| * | | CleanupEddie Hung2019-08-281-4/+0
| * | | Account for D port being a constantEddie Hung2019-08-281-4/+4
| * | | No need to replace Q of slice since $shiftx is autoremove-dEddie Hung2019-08-281-1/+0
| * | | More cleanupEddie Hung2019-08-281-12/+14
| * | | More cleanupEddie Hung2019-08-281-9/+6
| * | | Do not use default_params dict, hardcode default values, cleanupEddie Hung2019-08-282-25/+21
| * | | Always generate if no matchEddie Hung2019-08-281-1/+1
| * | | Rename test_pmgen arg xilinx_srl.{fixed,variable}Eddie Hung2019-08-281-2/+2
| * | | Merge remote-tracking branch 'origin/master' into eddie/xilinx_srlEddie Hung2019-08-285-89/+457
| |\ \ \