aboutsummaryrefslogtreecommitdiffstats
path: root/passes/pmgen/xilinx_dsp.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix enable polarityEddie Hung2019-09-061-2/+2
* Logging for ffADEddie Hung2019-09-061-0/+3
* Add support for pre-adder and AD registerEddie Hung2019-09-061-1/+30
* Sensitive to CEB CEM CEP polarityEddie Hung2019-09-051-5/+8
* ffAmuxAB -> ffAenpolEddie Hung2019-09-051-2/+3
* Do not check signedness of post-adder (assume taken care of by DSP)Eddie Hung2019-09-051-2/+0
* Do not make ff[MP]mux semioptional, use sigmapEddie Hung2019-09-051-2/+5
* Add support for CEPEddie Hung2019-09-051-17/+16
* Add support for CEB, remove check on nusersEddie Hung2019-09-051-7/+12
* Support CEAEddie Hung2019-09-051-6/+11
* Get rid of sigBset tooEddie Hung2019-09-041-4/+0
* Get rid of sigPusedEddie Hung2019-09-041-2/+0
* Support CEMEddie Hung2019-09-041-4/+6
* st.ffP from if to assertEddie Hung2019-09-031-1/+2
* Rename muxAB to postAddMuxEddie Hung2019-09-031-11/+11
* Use choices for addAB, now called postAddEddie Hung2019-09-031-6/+6
* Add support for load value into DSP48E1.PEddie Hung2019-09-031-1/+6
* 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
* autoremove ffMEddie Hung2019-08-301-0/+1
* 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-301-0/+12
* Perform C -> PCIN optimisation after pattern matcherEddie Hung2019-08-131-10/+57
* Rename to XilinxDspPassEddie Hung2019-08-131-3/+3
* Pack partial-product adder DSP48E1 packingEddie Hung2019-08-091-5/+17
* Remove muxY and ffY for nowEddie Hung2019-08-081-5/+5
* Disable $dffeEddie Hung2019-08-081-8/+8
* Pack P register properlyEddie Hung2019-08-011-2/+4
* Fine tune ice40_dsp.pmg, add support for packing subsets of registersEddie Hung2019-07-191-1/+1
* Do not autoremove ffP aor muxPEddie Hung2019-07-181-2/+0
* Improve pattern matcher to match subsets of $dffe? cellsEddie Hung2019-07-181-2/+8
* Improve A/B reg packingEddie Hung2019-07-181-0/+3
* Do not autoremove A/B registers since they might have other consumersEddie Hung2019-07-181-2/+0
* Pattern matcher to check pool of bits, not exactlyEddie Hung2019-07-171-3/+9
* Signed extensionEddie Hung2019-07-161-2/+2
* Add support {A,B,P}REG packingEddie Hung2019-07-161-26/+42
* Add xilinx_dsp for register packingEddie Hung2019-07-151-0/+120