aboutsummaryrefslogtreecommitdiffstats
path: root/backends/cxxrtl/Makefile.inc
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2019-12-01 01:51:16 +0000
committerwhitequark <whitequark@whitequark.org>2020-04-09 04:08:36 +0000
commitd20e971725a780458ccd18d08be7ecfb67884eaf (patch)
tree9f73737d385908bc85808084d97bc8cebaa12108 /backends/cxxrtl/Makefile.inc
parent42e7e4420768ae4bdf0a7ae32234a9c10939c8f0 (diff)
downloadyosys-d20e971725a780458ccd18d08be7ecfb67884eaf.tar.gz
yosys-d20e971725a780458ccd18d08be7ecfb67884eaf.tar.bz2
yosys-d20e971725a780458ccd18d08be7ecfb67884eaf.zip
write_cxxrtl: new backend.
This commit adds a basic implementation that isn't very performant but implements most of the planned features.
Diffstat (limited to 'backends/cxxrtl/Makefile.inc')
-rw-r--r--backends/cxxrtl/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/cxxrtl/Makefile.inc b/backends/cxxrtl/Makefile.inc
new file mode 100644
index 000000000..f93e65f85
--- /dev/null
+++ b/backends/cxxrtl/Makefile.inc
@@ -0,0 +1,2 @@
+
+OBJS += backends/cxxrtl/cxxrtl.o