Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
|\ | | | | | Optimizing DFFs whose initial value prevents their value from changing | |||||
| * | 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 | |
| | | | | | | | | | | | | When there are multiple DFFs and one of them is removed, its reference lingers inside bit2driver dict. While invoking handle_dff() function for other DFFs, this broken reference is used isnside sat_import_cell() function. | |||||
| * | 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 | |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | 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 | |
| | | | | ||||||
| * | | | Generate satgen instance instead of calling sat pass | Bogdan Vukobratovic | 2019-06-11 | 1 | -23/+85 | |
| | | | | ||||||
| * | | | Optimizing DFFs whose initial value prevents their value from changing | Bogdan Vukobratovic | 2019-05-28 | 1 | -3/+55 | |
| | | | | | | | | | | | | | | | | | | | | This is a proof of concept implementation that invokes SAT solver via Pass::call method. | |||||
* | | | | Add "pmux2shiftx -norange", fixes #1135 | Clifford Wolf | 2019-06-27 | 1 | -3/+11 | |
| |_|/ |/| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | | Improve opt_clean handling of unused public wires | Clifford Wolf | 2019-06-26 | 1 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | | Do not clean up buffer cells with "keep" attribute, closes #1128 | Clifford Wolf | 2019-06-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | | Cope with $reduce_or common in case | Eddie Hung | 2019-06-21 | 1 | -5/+37 | |
| | | | ||||||
* | | | Fix spacing | Eddie Hung | 2019-06-21 | 1 | -24/+24 | |
| | | | ||||||
* | | | Add doc | Eddie Hung | 2019-06-21 | 1 | -3/+3 | |
| | | | ||||||
* | | | Fix up ExclusiveDatabase with @cliffordwolf's help | Eddie Hung | 2019-06-21 | 1 | -35/+34 | |
| | | | ||||||
* | | | Elaborate muxpack doc | Eddie Hung | 2019-06-10 | 1 | -2/+6 | |
| | | | ||||||
* | | | Comment O(N) -> O(N^2) | Eddie Hung | 2019-06-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | Extend ExclusiveDatabase to query SigSpec-s (for $pmux) | Eddie Hung | 2019-06-07 | 1 | -19/+27 | |
| | | | ||||||
* | | | Add ExclusiveDatabase to check exclusive $eq/$logic_not cell results | Eddie Hung | 2019-06-07 | 1 | -1/+64 | |
| | | | ||||||
* | | | Resolve @cliffordwolf comment on redundant check | Eddie Hung | 2019-06-07 | 1 | -10/+2 | |
| | | | ||||||
* | | | Resolve @cliffordwolf comment on sigmap | Eddie Hung | 2019-06-07 | 1 | -2/+2 | |
| | | | ||||||
* | | | Fix and test for balanced case | Eddie Hung | 2019-06-06 | 1 | -10/+14 | |
| | | | ||||||
* | | | Support cascading $pmux.A with $mux.A and $mux.B | Eddie Hung | 2019-06-06 | 1 | -17/+25 | |
| | | | ||||||
* | | | More cleanup | Eddie Hung | 2019-06-06 | 1 | -15/+20 | |
| | | | ||||||
* | | | Fix spacing | Eddie Hung | 2019-06-06 | 1 | -6/+5 | |
| | | | ||||||
* | | | Non chain user check using next_sig | Eddie Hung | 2019-06-06 | 1 | -7/+5 | |
| | | | ||||||
* | | | Move muxpack from passes/techmap to passes/opt | Eddie Hung | 2019-06-06 | 2 | -0/+257 | |
| |/ |/| | ||||||
* | | Fix typo in opt_rmdff | Eddie Hung | 2019-06-05 | 1 | -2/+2 | |
| | | ||||||
* | | Suppress driver-driver conflict warning for unknown cell types, fixes #1065 | Clifford Wolf | 2019-06-05 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Merge pull request #1026 from YosysHQ/clifford/fix1023 | Clifford Wolf | 2019-05-27 | 1 | -2/+3 | |
|\ | | | | | Keep zero-width wires in opt_clean if and only if they are ports | |||||
| * | Keep zero-width wires in opt_clean if and only if they are ports, fixes #1023 | Clifford Wolf | 2019-05-22 | 1 | -2/+3 | |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> |