Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix typographical and grammatical errors and inconsistencies. | whitequark | 2019-01-02 | 1 | -3/+3 |
| | | | | | | | | | | | | The initial list of hits was generated with the codespell command below, and each hit was evaluated and fixed manually while taking context into consideration. DIRS="kernel/ frontends/ backends/ passes/ techlibs/" DIRS="${DIRS} libs/ezsat/ libs/subcircuit" codespell $DIRS -S *.o -L upto,iff,thru,synopsys,uint More hits were found by looking through comments and strings manually. | ||||
* | subcircuit: Class with virtual methods should have virtual destructor. | Tim 'mithro' Ansell | 2017-11-25 | 1 | -1/+1 |
| | | | | | | Fixes a compile warning. * https://stackoverflow.com/questions/1123044/when-should-your-destructor-be-virtual | ||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 4 | -8/+8 |
| | |||||
* | 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 | 2 | -23/+29 |
| | |||||
* | Fixed mine test case for subcircuit library | Clifford Wolf | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | 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 | 3 | -5/+10 |
| | |||||
* | 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 | 2 | -24/+47 |
| | |||||
* | 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 | 3 | -7/+9 |
| | |||||
* | Added frequent subcircuit miner to subcircuit library | Clifford Wolf | 2013-03-02 | 7 | -13/+368 |
| | |||||
* | Moved stand-alone libs to libs/ directory and added libs/subcircuit | Clifford Wolf | 2013-02-27 | 10 | -0/+2762 |