mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
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
2 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
|
||||
OBJS += backends/cxxrtl/cxxrtl.o
|
||||
OBJS += backends/cxxrtl/cxxrtl_backend.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue