Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 static constexpr instead of static const where possible. | Henner Zeller | 2020-04-14 | 1 | -2/+1 |
| | | | | | | | In particular inside class declarations, a static const assignment is technically not a definition, while constexpr is. Signed-off-by: Henner Zeller <h.zeller@acm.org> | ||||
* | Optimize numberOfPermutations | Matthew Daiter | 2019-05-22 | 1 | -6/+4 |
| | |||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -2/+2 |
| | |||||
* | More Win32 build fixes | Clifford Wolf | 2014-10-10 | 1 | -0/+4 |
| | |||||
* | Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespace | Clifford Wolf | 2014-07-31 | 1 | -2/+2 |
| | |||||
* | fixed a bug in subcircuit library with cells that have connections to itself | Clifford Wolf | 2014-02-09 | 1 | -1/+4 |
| | |||||
* | Improved subcircuit verbose output (added portmapper results) | Clifford Wolf | 2013-03-28 | 1 | -0/+15 |
| | |||||
* | Improved verbose output of subcircuit | Clifford Wolf | 2013-03-25 | 1 | -1/+11 |
| | |||||
* | Added portmapping support to subcircuit userCompareNodes() api | Clifford Wolf | 2013-03-07 | 1 | -22/+28 |
| | |||||
* | Fixed handling of constant values and port swapping in subcircuit library | Clifford Wolf | 2013-03-06 | 1 | -23/+86 |
| | |||||
* | Added some simple progress information to verbose subcircuit miner output | Clifford Wolf | 2013-03-05 | 1 | -2/+3 |
| | |||||
* | Performance optimization in subcircuit mining | Clifford Wolf | 2013-03-03 | 1 | -22/+43 |
| | |||||
* | Added "shared nodes" feature to the subcircuit library | Clifford Wolf | 2013-03-03 | 1 | -2/+4 |
| | |||||
* | Fixed subcircuit allowOverlap=false corner case | Clifford Wolf | 2013-03-03 | 1 | -5/+7 |
| | |||||
* | Fixed memory corruption in subcircuit miner | Clifford Wolf | 2013-03-03 | 1 | -2/+4 |
| | |||||
* | Minor hotfixes (mostly gcc build fixes) | Clifford Wolf | 2013-03-03 | 1 | -0/+4 |
| | |||||
* | Finished "extract -mine" feature | Clifford Wolf | 2013-03-02 | 1 | -48/+55 |
| | |||||
* | More fun with subcircuit mining | Clifford Wolf | 2013-03-02 | 1 | -18/+38 |
| | |||||
* | Added -mine option to extract pass (not finished) | Clifford Wolf | 2013-03-02 | 1 | -7/+26 |
| | |||||
* | subcircuit library: implied allExtern for mining | Clifford Wolf | 2013-03-02 | 1 | -1/+1 |
| | |||||
* | Added frequent subcircuit miner to subcircuit library | Clifford Wolf | 2013-03-02 | 1 | -0/+251 |
| | |||||
* | Moved stand-alone libs to libs/ directory and added libs/subcircuit | Clifford Wolf | 2013-02-27 | 1 | -0/+1264 |