aboutsummaryrefslogtreecommitdiffstats
path: root/backends/cxxrtl/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* cxxrtl: rename cxxrtl.cc→cxxrtl_backend.cc.whitequark2020-06-071-1/+1
| | | | | To avoid confusion with the C++ source files that are a part of the simulation itself and not a part of Yosys build.
* write_cxxrtl: new backend.whitequark2020-04-091-0/+2
This commit adds a basic implementation that isn't very performant but implements most of the planned features.