mirror of https://github.com/YosysHQ/yosys.git
62bbd086b1
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.) |
||
---|---|---|
.. | ||
fuzz | ||
.gitignore | ||
always_comb.v | ||
always_comb_tb.cc | ||
always_comb_tb.v | ||
always_display.v | ||
always_full.v | ||
always_full_tb.cc | ||
always_full_tb.v | ||
display_lm.v | ||
display_lm_tb.cc | ||
initial_display.v | ||
roundtrip.v | ||
roundtrip_tb.v | ||
run-test.sh |