Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #2497 from whitequark/cxxrtl-reflow | whitequark | 2020-12-22 | 2 | -446/+608 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | cxxrtl: split processes into sync and case nodes. | whitequark | 2020-12-22 | 1 | -11/+26 | |
| * | | | | kernel: undef Tcl macros interfering with cxxrtl. | whitequark | 2020-12-22 | 1 | -0/+2 | |
| * | | | | cxxrtl: completely rewrite netlist layout code. | whitequark | 2020-12-22 | 1 | -406/+569 | |
| * | | | | cxxrtl: simplify logic choosing wire type. NFCI. | whitequark | 2020-12-21 | 1 | -19/+8 | |
| * | | | | cxxrtl: clarify node use-def construction. NFCI. | whitequark | 2020-12-21 | 1 | -18/+11 | |
| * | | | | cxxrtl: fix typo. | whitequark | 2020-12-21 | 1 | -2/+2 | |
* | | | | | Merge pull request #2479 from zachjs/const-arg-hint | whitequark | 2020-12-22 | 2 | -0/+14 | |
|\ \ \ \ \ | ||||||
| * | | | | | Allow constant function calls in constant function arguments | Zachary Snow | 2020-12-07 | 2 | -0/+14 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #2491 from zachjs/port-bind-sign | whitequark | 2020-12-22 | 5 | -5/+132 | |
|\ \ \ \ \ | ||||||
| * | | | | | Sign extend port connections where necessary | Zachary Snow | 2020-12-18 | 5 | -5/+132 | |
* | | | | | | Bump version | Yosys Bot | 2020-12-22 | 1 | -1/+1 | |
* | | | | | | xilinx: Add some missing blackbox cells. | Marcelina Kościelnicka | 2020-12-21 | 3 | -798/+6276 | |
* | | | | | | xilinx: Regenerate cells_xtra.v using Vivado 2020.2 | Marcelina Kościelnicka | 2020-12-21 | 2 | -42/+49 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge pull request #2496 from whitequark/cxxrtl-fixes | whitequark | 2020-12-21 | 3 | -9/+32 | |
|\ \ \ \ \ | ||||||
| * | | | | | cxxrtl: speed up bit repeats (sign extends, etc). | whitequark | 2020-12-21 | 2 | -5/+28 | |
| * | | | | | cxxrtl: speed up commits on clang. | whitequark | 2020-12-21 | 1 | -3/+3 | |
| * | | | | | cxxrtl: use `static inline` instead of `inline` in the C API. | whitequark | 2020-12-20 | 1 | -1/+1 | |
* | | | | | | Bump version | Yosys Bot | 2020-12-20 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #2487 from whitequark/cxxrtl-outlining | whitequark | 2020-12-19 | 6 | -169/+415 | |
|\ \ \ \ \ | ||||||
| * | | | | | cxxrtl: print names of cells inlined in connections. | whitequark | 2020-12-15 | 1 | -1/+10 | |
| * | | | | | cxxrtl: disable optimization of debug_items(). | whitequark | 2020-12-15 | 2 | -3/+15 | |
| * | | | | | cxxrtl: make alias analysis outlining-aware. | whitequark | 2020-12-15 | 1 | -38/+48 | |
| * | | | | | cxxrtl: add a "bare minimum" debug information level. | whitequark | 2020-12-14 | 1 | -9/+17 | |
| * | | | | | cxxrtl: implement debug information outlining. | whitequark | 2020-12-14 | 5 | -71/+278 | |
| * | | | | | cxxrtl: rename "elision" to "inlining". NFC. | whitequark | 2020-12-13 | 1 | -77/+77 | |
| * | | | | | cxxrtl: fix outdated comment. NFC. | whitequark | 2020-12-13 | 1 | -2/+2 | |
| * | | | | | cxxrtl: use IdString::isPublic(). NFC. | whitequark | 2020-12-13 | 1 | -4/+4 | |
| * | | | | | kernel: make IdString::isPublic() const. | whitequark | 2020-12-12 | 1 | -1/+1 | |
* | | | | | | Bump version | Yosys Bot | 2020-12-18 | 1 | -1/+1 | |
* | | | | | | xilinx: Add FDDRCPE and FDDRRSE blackbox cells. | Marcelina Kościelnicka | 2020-12-17 | 2 | -0/+33 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Bump version | Yosys Bot | 2020-12-15 | 1 | -1/+1 | |
* | | | | | timinginfo: Error instead of segfault on const signals. | Marcelina Kościelnicka | 2020-12-15 | 1 | -2/+2 | |
* | | | | | Bump version | Yosys Bot | 2020-12-13 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #2485 from whitequark/cxxrtl-cell-input-buffering | whitequark | 2020-12-12 | 2 | -25/+33 | |
|\ \ \ \ | ||||||
| * | | | | cxxrtl: don't overwrite buffered inputs. | whitequark | 2020-12-11 | 2 | -25/+33 | |
* | | | | | Bump version | Yosys Bot | 2020-12-10 | 1 | -1/+1 | |
* | | | | | Merge pull request #2483 from YosysHQ/pmgen_nice_error | Miodrag Milanović | 2020-12-09 | 1 | -2/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | Return nice error in pmgen generated code, fixes #2482 | Miodrag Milanovic | 2020-12-09 | 1 | -2/+6 | |
|/ / / / / | ||||||
* / / / / | Bump version | Yosys Bot | 2020-12-09 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #2478 from whitequark/improve-bugpoint | whitequark | 2020-12-08 | 2 | -19/+101 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | bugpoint: add -wires option. | whitequark | 2020-12-07 | 2 | -4/+39 | |
| * | | | bugpoint: try to remove whole processes first. | whitequark | 2020-12-07 | 1 | -4/+40 | |
| * | | | bugpoint: accept quoted strings in -grep. | whitequark | 2020-12-07 | 1 | -1/+4 | |
| * | | | bugpoint: add -command option. | whitequark | 2020-12-07 | 1 | -13/+21 | |
|/ / / | ||||||
* | | | Bump version | Yosys Bot | 2020-12-04 | 1 | -1/+1 | |
* | | | Merge pull request #2470 from whitequark/cxxrtl-create_at | whitequark | 2020-12-03 | 2 | -1/+20 | |
|\ \ \ | ||||||
| * | | | cxxrtl: allow customizing the root module path in the C API. | whitequark | 2020-12-03 | 2 | -1/+20 | |
|/ / / | ||||||
* | | | Bump version | Yosys Bot | 2020-12-03 | 1 | -1/+1 | |
* | | | Merge pull request #2468 from whitequark/cxxrtl-assert | whitequark | 2020-12-02 | 2 | -2/+16 | |
|\ \ \ |