Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Emprically (even if I don't fully understand it) this passes picorv32 tb | Eddie Hung | 2019-06-26 | 1 | -12/+11 |
| | |||||
* | Remove redundant check (done further down) | Eddie Hung | 2019-06-26 | 1 | -1/+1 |
| | |||||
* | Restore sigmap wrapper | Eddie Hung | 2019-06-26 | 1 | -1/+1 |
| | |||||
* | muxcover to be undef-sensitive when computing decoders | Eddie Hung | 2019-06-26 | 1 | -21/+40 |
| | |||||
* | Revert "Rework muxcover decoder gen if more significant muxes are 1'bx" | Eddie Hung | 2019-06-26 | 1 | -55/+39 |
| | | | | This reverts commit b2b5cf78e21def63c54c080217d77afefba8e4c7. | ||||
* | Rework muxcover decoder gen if more significant muxes are 1'bx | Eddie Hung | 2019-06-26 | 1 | -39/+55 |
| | |||||
* | Replace "muxcover -freedecode" with "muxcover -dmux=cost" | Clifford Wolf | 2019-06-21 | 1 | -15/+14 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add "muxcover -freedecode" | Clifford Wolf | 2019-06-21 | 1 | -0/+14 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Improvements in muxcover | Clifford Wolf | 2019-06-20 | 1 | -38/+55 |
| | | | | | | | - Slightly under-estimate cost of decoder muxes - Prefer larger muxes at tree root at same cost - Don't double-count input cost for partial muxes - Add debug log output | ||||
* | Add support for partial matches to muxcover, fixes #1091 | Clifford Wolf | 2019-06-20 | 1 | -7/+31 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fix bug in #1078, add entry to CHANGELOG | Eddie Hung | 2019-06-19 | 1 | -3/+3 |
| | |||||
* | Allow muxcover costs to be changed | Eddie Hung | 2019-06-07 | 1 | -12/+42 |
| | |||||
* | Consistent use of 'override' for virtual methods in derived classes. | Henner Zeller | 2018-07-20 | 1 | -2/+2 |
| | | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established) | ||||
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Import more std:: stuff into Yosys namespace | Clifford Wolf | 2015-10-25 | 1 | -3/+3 |
| | |||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -4/+4 |
| | |||||
* | Added decoder generation to "muxcover" | Clifford Wolf | 2015-04-07 | 1 | -13/+104 |
| | |||||
* | Added "muxcover" command | Clifford Wolf | 2015-04-07 | 1 | -0/+541 |