aboutsummaryrefslogtreecommitdiffstats
path: root/backends/cxxrtl/cxxrtl_capi.h
Commit message (Expand)AuthorAgeFilesLines
* cxxrtl: use `static inline` instead of `inline` in the C API.whitequark2020-12-201-1/+1
* cxxrtl: implement debug information outlining.whitequark2020-12-141-4/+36
* cxxrtl: allow customizing the root module path in the C API.whitequark2020-12-031-0/+6
* cxxrtl: provide a way to perform unobtrusive power-on reset.whitequark2020-12-021-0/+8
* cxxrtl: expose driver kind in debug information.whitequark2020-09-021-1/+44
* cxxrtl: expose port direction in debug information.whitequark2020-09-021-0/+25
* cxxrtl: fix inaccuracy in CXXRTL_ALIAS documentation. NFC.whitequark2020-09-021-1/+1
* cxxrtl: fix typo. NFC.whitequark2020-07-141-1/+1
* cxxrtl: expose eval() and commit() via the C API.whitequark2020-07-121-0/+12
* cxxrtl: handle multipart signals.whitequark2020-06-111-5/+25
* cxxrtl: expose RTLIL::{Wire,Memory}->start_offset in debug info.whitequark2020-06-111-0/+6
* cxxrtl: disambiguate values/wires and their aliases in debug info.whitequark2020-06-101-2/+9
* cxxrtl: emit debug information for constant wires.whitequark2020-06-081-5/+6
* cxxrtl: add a C API for driving and introspecting designs.whitequark2020-06-061-0/+151