1
0
mirror of synced 2026-01-27 20:48:53 +00:00
Files
YosysHQ.yosys/tests
Catherine 62bbd086b1 cxxrtl: reorganize runtime component files.
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.)
2023-11-28 15:32:36 +00:00
..
2021-12-10 00:22:37 +01:00
2023-05-17 13:39:57 +02:00
2021-12-10 00:22:37 +01:00
2020-09-21 15:07:02 +02:00
2022-03-14 15:39:11 +01:00
2021-03-29 22:01:57 -07:00