Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cxxrtl: Use the base name of the interface file for the include direc…
…tive Prior to this fix, the `CxxrtlBackend` used the entire path for the include directive when a separated interface file is generated (via the `-header` option). This commit updates the code to use the base name of the interface file. Since the C++11 standard is used by default, we cannot take advantage of the `std::filesystem` to get the basename.
- Loading branch information