aboutsummaryrefslogtreecommitdiffstats
path: root/passes/pmgen/xilinx_dsp_CREG.pmg
Commit message (Collapse)AuthorAgeFilesLines
* synth_xilinx: Use opt_dff.Marcelina Kościelnicka2020-07-301-104/+18
| | | | | | | | | The main part is converting xilinx_dsp to recognize the new FF types created in opt_dff instead of trying to recognize the patterns on its own. The fsm call has been moved upwards because the passes cannot deal with $dffe/$sdff*, and other optimizations don't help it much anyway.
* Cleanup use of hard-coded default parameters in light of #1945Eddie Hung2020-04-221-2/+2
|
* xilinx_dsp: Initial DSP48A/DSP48A1 support.Marcin Kościelnicki2019-12-221-4/+5
|
* Fix #1462, #1480.Marcin Kościelnicki2019-11-191-4/+4
|
* Missed thisEddie Hung2019-10-051-3/+4
|
* Add comment on why we have to match for clock-enable/reset muxesEddie Hung2019-10-051-1/+3
|
* Improve comments for xilinx_dsp_CREGEddie Hung2019-10-041-6/+7
|
* Retry on fixing TODOsEddie Hung2019-10-041-5/+0
|
* Revert "Fix TODOs"Eddie Hung2019-10-041-0/+5
| | | | This reverts commit 8674a6c68d563908014d16671567459499c6dc99.
* More comments, cleanupEddie Hung2019-10-041-10/+33
|
* Fix TODOsEddie Hung2019-10-041-5/+0
|
* ConsistencyEddie Hung2019-10-041-3/+3
|
* Add comments for xilinx_dspEddie Hung2019-10-041-1/+32
|
* CREG to check for \keepEddie Hung2019-09-261-0/+3
|
* Separate out CREG packing into new pattern, to avoid conflict with PREGEddie Hung2019-09-231-0/+178