Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use C++11 final/override keywords. | whitequark | 2020-06-18 | 1 | -2/+2 |
| | |||||
* | kernel: big fat patch to use more ID::*, otherwise ID(*) | Eddie Hung | 2020-04-02 | 1 | -52/+52 |
| | |||||
* | kernel: use more ID::* | Eddie Hung | 2020-04-02 | 1 | -4/+4 |
| | |||||
* | coolrunner2: Attempt to give wires/cells more meaningful names | R. Ou | 2020-03-02 | 1 | -6/+18 |
| | |||||
* | coolrunner2: Insert many more required feedthrough cells | R. Ou | 2020-03-01 | 1 | -66/+28 |
| | |||||
* | coolrunner2: Separate and improve buffer cell insertion pass | R. Ou | 2020-02-16 | 1 | -54/+0 |
| | | | | | | | The new pass will contain all of the logic for inserting "passthrough" product term and XOR cells as appropriate for the architecture. For example, this commit fixes connecting an input pin directly to another output pin with no logic in between. | ||||
* | Fix spacing | Eddie Hung | 2019-08-06 | 1 | -3/+3 |
| | |||||
* | Make liberal use of IdString.in() | Eddie Hung | 2019-08-06 | 1 | -14/+8 |
| | |||||
* | 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) | ||||
* | coolrunner2: Add an ANDTERM/XOR between chained FFs | Robert Ou | 2018-03-31 | 1 | -0/+58 |
| | | | | | | | In some cases (e.g. the low bits of counters) the design might end up with a flip-flop whose input is directly driven by another flip-flop. This isn't possible in the Coolrunner-II architecture, so add a single AND term and XOR in this case. | ||||
* | coolrunner2: Finish fixing special-use p-terms | Robert Ou | 2017-09-01 | 1 | -8/+20 |
| | |||||
* | coolrunner2: Generate a feed-through AND term when necessary | Robert Ou | 2017-09-01 | 1 | -13/+31 |
| | |||||
* | coolrunner2: Initial fixes for special p-terms | Robert Ou | 2017-09-01 | 1 | -0/+78 |
| | | | | | Certain signals can only be controlled by a product term and not a sum-of-products. Do the initial work for fixing this. | ||||
* | coolrunner2: Combine some for loops together | Robert Ou | 2017-09-01 | 1 | -16/+14 |
| | |||||
* | Fix some c++ clang compiler errors | Clifford Wolf | 2017-07-03 | 1 | -3/+3 |
| | |||||
* | Apply minor coding style changes to coolrunner2 target | Clifford Wolf | 2017-07-03 | 1 | -0/+156 |