cxxrtl: rename cxxrtl.cc→cxxrtl_backend.cc.

To avoid confusion with the C++ source files that are a part of
the simulation itself and not a part of Yosys build.
This commit is contained in:
whitequark 2020-06-07 03:48:40 +00:00
parent 31f6c96b1f
commit ff5500f11a
2 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
OBJS += backends/cxxrtl/cxxrtl.o
OBJS += backends/cxxrtl/cxxrtl_backend.o