synth_nexus: Initial implementation
[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/arith_map.v))
13 $(eval $(call add_share_file,share/nexus,techlibs/nexus/latches_map.v))
14