2015-03-05 20:37:55 +01:00
|
|
|
|
|
|
|
|
OBJS += techlibs/ice40/synth_ice40.o
|
2019-03-07 23:48:10 +01:00
|
|
|
OBJS += techlibs/ice40/ice40_braminit.o
|
2015-04-27 08:38:14 +02:00
|
|
|
OBJS += techlibs/ice40/ice40_opt.o
|
2015-03-05 20:37:55 +01:00
|
|
|
|
2015-04-18 09:33:08 +02:00
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/arith_map.v))
|
2015-03-05 20:37:55 +01:00
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/cells_map.v))
|
2020-04-14 02:31:44 +02:00
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/ff_map.v))
|
2015-03-05 20:37:55 +01:00
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/cells_sim.v))
|
2016-05-06 23:02:37 +02:00
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/latches_map.v))
|
2015-04-24 00:06:50 +02:00
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/brams.txt))
|
|
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/brams_map.v))
|
2022-02-27 09:29:26 +01:00
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/spram.txt))
|
|
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/spram_map.v))
|
2019-08-08 21:56:05 +02:00
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/dsp_map.v))
|
2019-10-04 20:04:10 +02:00
|
|
|
$(eval $(call add_share_file,share/ice40,techlibs/ice40/abc9_model.v))
|
2025-01-31 03:06:09 +01:00
|
|
|
|
|
|
|
|
OBJS += techlibs/ice40/ice40_dsp.o
|
|
|
|
|
GENFILES += techlibs/ice40/ice40_dsp_pm.h
|
|
|
|
|
techlibs/ice40/ice40_dsp.o: techlibs/ice40/ice40_dsp_pm.h
|
|
|
|
|
$(eval $(call add_extra_objs,techlibs/ice40/ice40_dsp_pm.h))
|
|
|
|
|
|
|
|
|
|
OBJS += techlibs/ice40/ice40_wrapcarry.o
|
|
|
|
|
GENFILES += techlibs/ice40/ice40_wrapcarry_pm.h
|
|
|
|
|
techlibs/ice40/ice40_wrapcarry.o: techlibs/ice40/ice40_wrapcarry_pm.h
|
|
|
|
|
$(eval $(call add_extra_objs,techlibs/ice40/ice40_wrapcarry_pm.h))
|