circt/tools/circt-rtl-sim
Andrew Young f4e3b236cb
[CMake] Fix incorrect file dependencies for configured files (#1397)
In a couple of places in our build system, we wanted to create targets
that depended on generated files. We were not passing the full path to
the generated files, e.g. `CosimScheme.h`, and CMake was unable to find
the it. CMake was then searching the current directory for a
matching file with a prefix, and would find the unprocessed
file, e.g. `CosimSchema.h.in`, and use that instead.  A policy change
CMP0115 in newer version of CMake causes this to spit out many warnings
about it how it will no longer search for source files. For more
information about the policy see
https://cmake.org/cmake/help/latest/policy/CMP0115.html

This change provides the full path to the generated file, which allows
cmake to find the intended file and not produce so many warnings.
2021-07-08 23:32:48 -07:00
..
CMakeLists.txt [CMake] Fix incorrect file dependencies for configured files (#1397) 2021-07-08 23:32:48 -07:00
circt-rtl-sim.py.in [circt-rtl-sim] Fix Verilator test driver for non-debug builds #1043 2021-05-12 12:11:40 -07:00
driver.cpp.in [circt-rtl-sim] Fix Verilator test driver for non-debug builds #1043 2021-05-12 12:11:40 -07:00
driver.sv.in [circt-rtl-sim] Use cmake configure for paths and teach it about DPI libs (#447) 2021-01-13 14:39:36 -08:00