aboutsummaryrefslogtreecommitdiffstats
path: root/passes/pmgen/xilinx_srl.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-1/+1
| | | | | | | | s/((Claire|Xen|Xenia|Clifford)\s+)+(Wolf|Xen)\s+<(claire|clifford)@(symbioticeda.com|clifford.at|yosyshq.com)>/Claire Xenia Wolf <claire@yosyshq.com>/gi; s/((Nina|Nak|N\.)\s+)+Engelhardt\s+<nak@(symbioticeda.com|yosyshq.com)>/N. Engelhardt <nak@yosyshq.com>/gi; s/((David)\s+)+Shah\s+<(dave|david)@(symbioticeda.com|yosyshq.com|ds0.me)>/David Shah <dave@ds0.me>/gi; s/((Miodrag)\s+)+Milanovic\s+<(miodrag|micko)@(symbioticeda.com|yosyshq.com)>/Miodrag Milanovic <micko@yosyshq.com>/gi; s,https?://www.clifford.at/yosys/,http://yosyshq.net/yosys/,g;
* Use C++11 final/override keywords.whitequark2020-06-181-2/+2
|
* Cleanup use of hard-coded default parameters in light of #1945Eddie Hung2020-04-221-2/+2
|
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-28/+28
|
* CleanupEddie Hung2019-08-281-4/+0
|
* No need to replace Q of slice since $shiftx is autoremove-dEddie Hung2019-08-281-1/+0
|
* More cleanupEddie Hung2019-08-281-9/+6
|
* Do not use default_params dict, hardcode default values, cleanupEddie Hung2019-08-281-16/+13
|
* Missing close bracketEddie Hung2019-08-261-1/+1
|
* Remove leftover headerEddie Hung2019-08-261-1/+0
|
* Create new $__XILINX_SHREG_ cell for variable length tooEddie Hung2019-08-231-31/+30
|
* Create new cell for fixed length SRLEddie Hung2019-08-231-14/+22
|
* Fix last_cell.DEddie Hung2019-08-231-2/+1
|
* Update docEddie Hung2019-08-231-12/+19
|
* Remove (* init *) entry when consumed into SRLEddie Hung2019-08-231-2/+6
|
* Forgot to sliceEddie Hung2019-08-231-1/+2
|
* xilinx_srl to use 'slice' features of pmgen for word levelEddie Hung2019-08-231-16/+31
|
* Add docEddie Hung2019-08-221-1/+14
|
* Add copyrightEddie Hung2019-08-221-0/+1
|
* Remove output_bitsEddie Hung2019-08-221-12/+1
|
* Forgot to set ud_variable.minlenEddie Hung2019-08-221-0/+1
|
* Do not run xilinx_srl_pm in fixed loopEddie Hung2019-08-221-28/+24
|
* Add commentEddie Hung2019-08-211-0/+4
|
* Add variable length support to xilinx_srlEddie Hung2019-08-211-12/+100
|
* Rename pattern to fixedEddie Hung2019-08-211-9/+9
|
* xilinx_srl to support FDRE and FDRE_1Eddie Hung2019-08-211-6/+23
|
* Fix polarity of EN_POLEddie Hung2019-08-211-2/+2
|
* Add CLKPOL == 0Eddie Hung2019-08-211-0/+2
|
* Reject if not minlen from inside pattern matcherEddie Hung2019-08-211-7/+9
|
* Add init supportEddie Hung2019-08-211-2/+11
|
* Fix spacingEddie Hung2019-08-211-2/+2
|
* Initial progress on xilinx_srlEddie Hung2019-08-211-0/+115