diff options
author | whitequark <whitequark@whitequark.org> | 2020-04-10 01:24:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-10 01:24:31 +0000 |
commit | 7c06cb615745fce4490c1d5b9dcf48d40fa00445 (patch) | |
tree | c4ea87f2c84b59ece5da1701f4c9df61a2ac58d2 /backends/cxxrtl/Makefile.inc | |
parent | 371af7da381e9d17e4475cb0599865f7bea5a632 (diff) | |
parent | 4737f426ff20324316ab037cef719da4b5c520dd (diff) | |
download | yosys-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 'backends/cxxrtl/Makefile.inc')
-rw-r--r-- | backends/cxxrtl/Makefile.inc | 2 |
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 |