aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2020-04-10 01:24:31 +0000
committerGitHub <noreply@github.com>2020-04-10 01:24:31 +0000
commit7c06cb615745fce4490c1d5b9dcf48d40fa00445 (patch)
treec4ea87f2c84b59ece5da1701f4c9df61a2ac58d2 /Makefile
parent371af7da381e9d17e4475cb0599865f7bea5a632 (diff)
parent4737f426ff20324316ab037cef719da4b5c520dd (diff)
downloadyosys-7c06cb615745fce4490c1d5b9dcf48d40fa00445.tar.gz
yosys-7c06cb615745fce4490c1d5b9dcf48d40fa00445.tar.bz2
yosys-7c06cb615745fce4490c1d5b9dcf48d40fa00445.zip
Merge pull request #1562 from whitequark/write_cxxrtl
write_cxxrtl: new backend
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 218863b32..d1c4a2030 100644
--- a/Makefile
+++ b/Makefile
@@ -546,6 +546,7 @@ $(eval $(call add_include_file,libs/json11/json11.hpp))
$(eval $(call add_include_file,passes/fsm/fsmdata.h))
$(eval $(call add_include_file,frontends/ast/ast.h))
$(eval $(call add_include_file,backends/ilang/ilang_backend.h))
+$(eval $(call add_include_file,backends/cxxrtl/cxxrtl.h))
OBJS += kernel/driver.o kernel/register.o kernel/rtlil.o kernel/log.o kernel/calc.o kernel/yosys.o
OBJS += kernel/cellaigs.o kernel/celledges.o