mirror of https://github.com/YosysHQ/yosys.git
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:
parent
31f6c96b1f
commit
ff5500f11a
|
@ -1,2 +1,2 @@
|
|||
|
||||
OBJS += backends/cxxrtl/cxxrtl.o
|
||||
OBJS += backends/cxxrtl/cxxrtl_backend.o
|
||||
|
|
Loading…
Reference in New Issue