Merge pull request #2015 from boqwxp/qbfsat-bisection
[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
9 # Add the cell models and mappings for the VQM backend
10 families := max10 arria10gx cyclonev cyclone10lp cycloneiv cycloneive
11 $(foreach family,$(families), $(eval $(call add_share_file,share/intel/$(family),techlibs/intel/$(family)/cells_sim.v)))
12 $(foreach family,$(families), $(eval $(call add_share_file,share/intel/$(family),techlibs/intel/$(family)/cells_map.v)))
13 #$(eval $(call add_share_file,share/intel/cycloneive,techlibs/intel/cycloneive/arith_map.v))