mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-14 21:08:47 +00:00
In preparation for substantial expansion of CXXRTL's runtime, this commit reorganizes the files used by the implementation. Only minimal changes are required in a consumer. First, change: -I$(yosys-config --datdir)/include to: -I$(yosys-config --datdir)/include/backends/cxxrtl/runtime Second, change: #include <backends/cxxrtl/cxxrtl.h> to: #include <cxxrtl/cxxrtl.h> (and do the same for cxxrtl_vcd.h, etc.) |
||
---|---|---|
.. | ||
cxxrtl_capi.cc | ||
cxxrtl_capi.h | ||
cxxrtl_capi_vcd.cc | ||
cxxrtl_capi_vcd.h |