Merge pull request #3310 from robinsonb5-PRs/master
[yosys.git] / techlibs / intel / Makefile.inc
1
2 OBJS += techlibs/intel/synth_intel.o
3
4 $(eval $(call add_share_file,share/intel/common,techlibs/intel/common/m9k_bb.v))
5 $(eval $(call add_share_file,share/intel/common,techlibs/intel/common/altpll_bb.v))
6 $(eval $(call add_share_file,share/intel/common,techlibs/intel/common/brams_m9k.txt))
7 $(eval $(call add_share_file,share/intel/common,techlibs/intel/common/brams_map_m9k.v))
8 $(eval $(call add_share_file,share/intel/common,techlibs/intel/common/ff_map.v))
9
10 # Add the cell models and mappings for the VQM backend
11 families := max10 cyclone10lp cycloneiv cycloneive
12 $(foreach family,$(families), $(eval $(call add_share_file,share/intel/$(family),techlibs/intel/$(family)/cells_sim.v)))
13 $(foreach family,$(families), $(eval $(call add_share_file,share/intel/$(family),techlibs/intel/$(family)/cells_map.v)))
14 #$(eval $(call add_share_file,share/intel/cycloneive,techlibs/intel/cycloneive/arith_map.v))