Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fitting help messages to 80 character width | KrystalDelusion | 2022-08-24 | 1 | -3/+3 |
| | | | | | | | | | Uses the regex below to search (using vscode): ^\t\tlog\("(.{10,}(?<!\\n)|.{81,}\\n)"\); Finds any log messages double indented (which help messages are) and checks if *either* there are is no newline character at the end, *or* the number of characters before the newline is more than 80. | ||||
* | Fixing old e-mail addresses and deadnames | Claire Xenia Wolf | 2021-06-08 | 1 | -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. | whitequark | 2020-06-18 | 1 | -2/+2 |
| | |||||
* | Cleanup use of hard-coded default parameters in light of #1945 | Eddie Hung | 2020-04-22 | 1 | -2/+2 |
| | |||||
* | kernel: big fat patch to use more ID::*, otherwise ID(*) | Eddie Hung | 2020-04-02 | 1 | -28/+28 |
| | |||||
* | Cleanup | Eddie Hung | 2019-08-28 | 1 | -4/+0 |
| | |||||
* | No need to replace Q of slice since $shiftx is autoremove-d | Eddie Hung | 2019-08-28 | 1 | -1/+0 |
| | |||||
* | More cleanup | Eddie Hung | 2019-08-28 | 1 | -9/+6 |
| | |||||
* | Do not use default_params dict, hardcode default values, cleanup | Eddie Hung | 2019-08-28 | 1 | -16/+13 |
| | |||||
* | Missing close bracket | Eddie Hung | 2019-08-26 | 1 | -1/+1 |
| | |||||
* | Remove leftover header | Eddie Hung | 2019-08-26 | 1 | -1/+0 |
| | |||||
* | Create new $__XILINX_SHREG_ cell for variable length too | Eddie Hung | 2019-08-23 | 1 | -31/+30 |
| | |||||
* | Create new cell for fixed length SRL | Eddie Hung | 2019-08-23 | 1 | -14/+22 |
| | |||||
* | Fix last_cell.D | Eddie Hung | 2019-08-23 | 1 | -2/+1 |
| | |||||
* | Update doc | Eddie Hung | 2019-08-23 | 1 | -12/+19 |
| | |||||
* | Remove (* init *) entry when consumed into SRL | Eddie Hung | 2019-08-23 | 1 | -2/+6 |
| | |||||
* | Forgot to slice | Eddie Hung | 2019-08-23 | 1 | -1/+2 |
| | |||||
* | xilinx_srl to use 'slice' features of pmgen for word level | Eddie Hung | 2019-08-23 | 1 | -16/+31 |
| | |||||
* | Add doc | Eddie Hung | 2019-08-22 | 1 | -1/+14 |
| | |||||
* | Add copyright | Eddie Hung | 2019-08-22 | 1 | -0/+1 |
| | |||||
* | Remove output_bits | Eddie Hung | 2019-08-22 | 1 | -12/+1 |
| | |||||
* | Forgot to set ud_variable.minlen | Eddie Hung | 2019-08-22 | 1 | -0/+1 |
| | |||||
* | Do not run xilinx_srl_pm in fixed loop | Eddie Hung | 2019-08-22 | 1 | -28/+24 |
| | |||||
* | Add comment | Eddie Hung | 2019-08-21 | 1 | -0/+4 |
| | |||||
* | Add variable length support to xilinx_srl | Eddie Hung | 2019-08-21 | 1 | -12/+100 |
| | |||||
* | Rename pattern to fixed | Eddie Hung | 2019-08-21 | 1 | -9/+9 |
| | |||||
* | xilinx_srl to support FDRE and FDRE_1 | Eddie Hung | 2019-08-21 | 1 | -6/+23 |
| | |||||
* | Fix polarity of EN_POL | Eddie Hung | 2019-08-21 | 1 | -2/+2 |
| | |||||
* | Add CLKPOL == 0 | Eddie Hung | 2019-08-21 | 1 | -0/+2 |
| | |||||
* | Reject if not minlen from inside pattern matcher | Eddie Hung | 2019-08-21 | 1 | -7/+9 |
| | |||||
* | Add init support | Eddie Hung | 2019-08-21 | 1 | -2/+11 |
| | |||||
* | Fix spacing | Eddie Hung | 2019-08-21 | 1 | -2/+2 |
| | |||||
* | Initial progress on xilinx_srl | Eddie Hung | 2019-08-21 | 1 | -0/+115 |