Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 'opt_share' to 'opt -full' | Eddie Hung | 2019-08-16 | 1 | -0/+5 |
* | Merge https://github.com/bogdanvuk/yosys into bogdanvuk/opt_share | Eddie Hung | 2019-08-16 | 2 | -1/+658 |
|\ | |||||
| * | Fix wrong results when opt_share called before opt_clean | Bogdan Vukobratovic | 2019-08-07 | 1 | -18/+14 |
| * | Support various binary operators in opt_share | Bogdan Vukobratovic | 2019-08-04 | 1 | -194/+392 |
| * | Fix spacing in opt_share tests, change wording in opt_share help | Bogdan Vukobratovic | 2019-08-03 | 1 | -6/+10 |
| * | Reimplement opt_share to work on $alu and $pmux | Bogdan Vukobratovic | 2019-07-28 | 1 | -95/+225 |
| * | Implement opt_share | Bogdan Vukobratovic | 2019-07-26 | 2 | -1/+330 |
* | | Fix | Eddie Hung | 2019-08-15 | 1 | -2/+2 |
* | | Convert a few more to ID | Eddie Hung | 2019-08-15 | 1 | -20/+20 |
* | | Merge branch 'master' into clifford/ids | Clifford Wolf | 2019-08-15 | 1 | -1/+49 |
|\ \ | |||||
| * \ | Merge remote-tracking branch 'origin/master' into eddie/fix_1262 | Eddie Hung | 2019-08-11 | 7 | -58/+53 |
| |\ \ | |||||
| * | | | Wrong way around | Eddie Hung | 2019-08-10 | 1 | -2/+2 |
| * | | | cover_list -> cover as per @cliffordwolf | Eddie Hung | 2019-08-10 | 1 | -2/+2 |
| * | | | Grammar | Eddie Hung | 2019-08-09 | 1 | -1/+1 |
| * | | | Separate $alu handling | Eddie Hung | 2019-08-09 | 1 | -7/+50 |
| * | | | opt_expr -fine to trim LSBs of $alu too | Eddie Hung | 2019-08-09 | 1 | -4/+9 |
* | | | | Use ID() macro in all of passes/opt/ | Clifford Wolf | 2019-08-11 | 12 | -998/+998 |
| |/ / |/| | | |||||
* | | | Merge pull request #1258 from YosysHQ/eddie/cleanup | Clifford Wolf | 2019-08-10 | 7 | -58/+53 |
|\ \ \ | |/ / |/| | | |||||
| * | | substr() -> compare() | Eddie Hung | 2019-08-07 | 3 | -6/+6 |
| * | | RTLIL::S{0,1} -> State::S{0,1} | Eddie Hung | 2019-08-07 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/master' into eddie/cleanup | Eddie Hung | 2019-08-07 | 2 | -3/+28 |
| |\ \ | |||||
| * | | | stoi -> atoi | Eddie Hung | 2019-08-07 | 3 | -5/+5 |
| * | | | Use std::stoi instead of atoi(<str>.c_str()) | Eddie Hung | 2019-08-06 | 3 | -5/+5 |
| * | | | Use IdString::begins_with() | Eddie Hung | 2019-08-06 | 1 | -8/+8 |
| * | | | Make liberal use of IdString.in() | Eddie Hung | 2019-08-06 | 4 | -10/+10 |
| * | | | Cleanup opt_expr.cc | Eddie Hung | 2019-08-06 | 1 | -35/+30 |
* | | | | opt_lut to ignore LUT cells, or those that drive bits, with (* keep *) | Eddie Hung | 2019-08-07 | 1 | -0/+6 |
| |/ / |/| | | |||||
* | | | Move LSB-trimming functionality from wreduce to opt_expr | Eddie Hung | 2019-08-06 | 2 | -23/+26 |
* | | | Merge remote-tracking branch 'origin/master' into eddie/wreduce_add | Eddie Hung | 2019-08-06 | 2 | -5/+5 |
|\| | | |||||
| * | | Fix formatting for msys2 mingw build using GetSize | Miodrag Milanovic | 2019-08-01 | 2 | -5/+5 |
| |/ | |||||
* | | Try and fix again | Eddie Hung | 2019-07-19 | 1 | -5/+4 |
* | | Do not access beyond bounds | Eddie Hung | 2019-07-19 | 1 | -1/+1 |
* | | Wrap A and B in sigmap | Eddie Hung | 2019-07-19 | 1 | -2/+2 |
* | | Remove "top" from message | Eddie Hung | 2019-07-19 | 1 | -1/+1 |
* | | Also optimise MSB of $sub | Eddie Hung | 2019-07-19 | 1 | -3/+3 |
* | | wreduce for $sub | Eddie Hung | 2019-07-19 | 1 | -0/+23 |
|/ | |||||
* | opt_lut: make less chatty. | whitequark | 2019-07-13 | 1 | -56/+38 |
* | Revert "Add "synth -keepdc" option" | Eddie Hung | 2019-07-09 | 1 | -1/+1 |
* | Clarify 'wreduce -keepdc' doc | Eddie Hung | 2019-07-08 | 1 | -1/+1 |
* | Merge pull request #1046 from bogdanvuk/master | Clifford Wolf | 2019-06-28 | 2 | -11/+106 |
|\ | |||||
| * | Add help for "-sat" option inside opt_rmdff. "opt" can pass "-sat" too | Bogdan Vukobratovic | 2019-06-27 | 2 | -2/+10 |
| * | Fix memory leak when one of multiple DFF cells is removed in opt_rmdff | Bogdan Vukobratovic | 2019-06-27 | 1 | -0/+5 |
| * | Merge remote-tracking branch 'upstream/master' | Bogdan Vukobratovic | 2019-06-27 | 3 | -3/+372 |
| |\ | |||||
| * | | Refactor "opt_rmdff -sat" | Clifford Wolf | 2019-06-20 | 2 | -359/+46 |
| * | | Move netlist helper module to passes/opt for the time being | Bogdan Vukobratovic | 2019-06-14 | 2 | -1/+318 |
| * | | Merge remote-tracking branch 'upstream/master' | Bogdan Vukobratovic | 2019-06-14 | 2 | -3/+3 |
| |\ \ | |||||
| * | | | Prepare for situation when port of the signal cannot be found | Bogdan Vukobratovic | 2019-06-14 | 1 | -1/+1 |
| * | | | Some cleanup, revert sat.cc | Bogdan Vukobratovic | 2019-06-14 | 1 | -7/+10 |
| * | | | Implement disconnection of constant register bits | Bogdan Vukobratovic | 2019-06-13 | 1 | -12/+24 |
| * | | | Rename satgen_algo.h -> algo.h, code cleanup and refactoring | Bogdan Vukobratovic | 2019-06-12 | 1 | -73/+22 |