Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cxxrtl: expose eval() and commit() via the C API. | whitequark | 2020-07-12 | 1 | -0/+8 |
| | |||||
* | cxxrtl: handle multipart signals. | whitequark | 2020-06-11 | 1 | -7/+10 |
| | | | | This avoids losing design visibility when using the `splitnets` pass. | ||||
* | cxxrtl: add a C API for writing VCD dumps. | whitequark | 2020-06-07 | 1 | -1/+6 |
| | | | | This C API is fully featured. | ||||
* | cxxrtl: add a C API for driving and introspecting designs. | whitequark | 2020-06-06 | 1 | -0/+55 |
Compared to the C++ API, the C API currently has two limitations: 1. Memories cannot be updated in a race-free way. 2. Black boxes cannot be implemented in C. |