write_cxxrtl: new backend.
authorwhitequark <whitequark@whitequark.org>
Sun, 1 Dec 2019 01:51:16 +0000 (01:51 +0000)
committerwhitequark <whitequark@whitequark.org>
Thu, 9 Apr 2020 04:08:36 +0000 (04:08 +0000)
commitd20e971725a780458ccd18d08be7ecfb67884eaf
tree9f73737d385908bc85808084d97bc8cebaa12108
parent42e7e4420768ae4bdf0a7ae32234a9c10939c8f0
write_cxxrtl: new backend.

This commit adds a basic implementation that isn't very performant
but implements most of the planned features.
Makefile
backends/cxxrtl/Makefile.inc [new file with mode: 0644]
backends/cxxrtl/cxxrtl.cc [new file with mode: 0644]
backends/cxxrtl/cxxrtl.h [new file with mode: 0644]
kernel/yosys.cc
kernel/yosys.h