3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-05 19:00:26 +00:00

nexus: DSP inference support

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah 2020-11-20 08:26:58 +00:00
parent 5b35d953f7
commit 9f241c9a42
4 changed files with 151 additions and 13 deletions

View file

@ -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))