aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/nexus/Makefile.inc
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2020-11-20 08:26:58 +0000
committerDavid Shah <dave@ds0.me>2020-11-20 08:45:55 +0000
commit9f241c9a42d9380164a9df8f16cf9dffb10bc8ad (patch)
tree29d45faf9380a5cd5144d2334cca41febc6ebe4d /techlibs/nexus/Makefile.inc
parent5b35d953f749beafeceecc67862419221e91fe84 (diff)
downloadyosys-9f241c9a42d9380164a9df8f16cf9dffb10bc8ad.tar.gz
yosys-9f241c9a42d9380164a9df8f16cf9dffb10bc8ad.tar.bz2
yosys-9f241c9a42d9380164a9df8f16cf9dffb10bc8ad.zip
nexus: DSP inference support
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'techlibs/nexus/Makefile.inc')
-rw-r--r--techlibs/nexus/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/nexus/Makefile.inc b/techlibs/nexus/Makefile.inc
index e0ff40e15..c9a9ad4ff 100644
--- a/techlibs/nexus/Makefile.inc
+++ b/techlibs/nexus/Makefile.inc
@@ -11,4 +11,5 @@ $(eval $(call add_share_file,share/nexus,techlibs/nexus/brams_map.v))
$(eval $(call add_share_file,share/nexus,techlibs/nexus/brams.txt))
$(eval $(call add_share_file,share/nexus,techlibs/nexus/arith_map.v))
$(eval $(call add_share_file,share/nexus,techlibs/nexus/latches_map.v))
+$(eval $(call add_share_file,share/nexus,techlibs/nexus/dsp_map.v))