3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-27 02:45:52 +00:00
yosys/backends/cxxrtl
whitequark c399359ed6 cxxrtl: add a C API for driving and introspecting designs.
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.
2020-06-06 21:12:55 +00:00
..
cxxrtl.cc cxxrtl: add a C API for driving and introspecting designs. 2020-06-06 21:12:55 +00:00
cxxrtl.h cxxrtl: add a C API for driving and introspecting designs. 2020-06-06 21:12:55 +00:00
cxxrtl_capi.cc cxxrtl: add a C API for driving and introspecting designs. 2020-06-06 21:12:55 +00:00
cxxrtl_capi.h cxxrtl: add a C API for driving and introspecting designs. 2020-06-06 21:12:55 +00:00
Makefile.inc write_cxxrtl: new backend. 2020-04-09 04:08:36 +00:00