2017-10-01 11:04:17 -05:00
|
|
|
|
|
|
|
OBJS += techlibs/intel/synth_intel.o
|
|
|
|
|
|
|
|
$(eval $(call add_share_file,share/intel/common,techlibs/intel/common/m9k_bb.v))
|
|
|
|
$(eval $(call add_share_file,share/intel/common,techlibs/intel/common/altpll_bb.v))
|
2019-07-22 06:15:22 -05:00
|
|
|
$(eval $(call add_share_file,share/intel/common,techlibs/intel/common/brams_m9k.txt))
|
|
|
|
$(eval $(call add_share_file,share/intel/common,techlibs/intel/common/brams_map_m9k.v))
|
2020-07-04 21:02:42 -05:00
|
|
|
$(eval $(call add_share_file,share/intel/common,techlibs/intel/common/ff_map.v))
|
2019-08-05 12:41:35 -05:00
|
|
|
|
|
|
|
# Add the cell models and mappings for the VQM backend
|
2020-08-20 14:59:37 -05:00
|
|
|
families := max10 cyclone10lp cycloneiv cycloneive
|
2019-08-05 12:41:35 -05:00
|
|
|
$(foreach family,$(families), $(eval $(call add_share_file,share/intel/$(family),techlibs/intel/$(family)/cells_sim.v)))
|
|
|
|
$(foreach family,$(families), $(eval $(call add_share_file,share/intel/$(family),techlibs/intel/$(family)/cells_map.v)))
|
2017-10-01 11:04:17 -05:00
|
|
|
#$(eval $(call add_share_file,share/intel/cycloneive,techlibs/intel/cycloneive/arith_map.v))
|