nexus: Add MULTADDSUB9X9WIDE sim model
[yosys.git] / techlibs / nexus / Makefile.inc
1 OBJS += techlibs/nexus/synth_nexus.o
2
3 $(eval $(call add_share_file,share/nexus,techlibs/nexus/cells_map.v))
4 $(eval $(call add_share_file,share/nexus,techlibs/nexus/cells_sim.v))
5 $(eval $(call add_share_file,share/nexus,techlibs/nexus/parse_init.vh))
6 $(eval $(call add_share_file,share/nexus,techlibs/nexus/cells_xtra.v))
7 $(eval $(call add_share_file,share/nexus,techlibs/nexus/lutrams_map.v))
8 $(eval $(call add_share_file,share/nexus,techlibs/nexus/lutrams.txt))
9 $(eval $(call add_share_file,share/nexus,techlibs/nexus/brams_init.vh))
10 $(eval $(call add_share_file,share/nexus,techlibs/nexus/brams_map.v))
11 $(eval $(call add_share_file,share/nexus,techlibs/nexus/brams.txt))
12 $(eval $(call add_share_file,share/nexus,techlibs/nexus/lrams_init.vh))
13 $(eval $(call add_share_file,share/nexus,techlibs/nexus/lrams_map.v))
14 $(eval $(call add_share_file,share/nexus,techlibs/nexus/lrams.txt))
15 $(eval $(call add_share_file,share/nexus,techlibs/nexus/arith_map.v))
16 $(eval $(call add_share_file,share/nexus,techlibs/nexus/latches_map.v))
17 $(eval $(call add_share_file,share/nexus,techlibs/nexus/dsp_map.v))
18