2015-04-01 20:26:53 +00:00
|
|
|
####################################################################################
|
|
|
|
####################################################################################
|
|
|
|
## Copyright 2011(c) Analog Devices, Inc.
|
|
|
|
## Auto-generated, do not modify!
|
|
|
|
####################################################################################
|
|
|
|
####################################################################################
|
|
|
|
|
2016-08-11 14:46:54 +00:00
|
|
|
ifeq ($(MMU),)
|
|
|
|
MMU := 1
|
|
|
|
endif
|
|
|
|
|
|
|
|
export ALT_NIOS_MMU_ENABLED := $(MMU)
|
|
|
|
|
2015-10-23 07:44:27 +00:00
|
|
|
M_DEPS += system_top.v
|
|
|
|
M_DEPS += system_project.tcl
|
|
|
|
M_DEPS += system_constr.sdc
|
2015-04-09 14:57:06 +00:00
|
|
|
M_DEPS += ../../scripts/adi_env.tcl
|
2015-11-27 12:02:46 +00:00
|
|
|
M_DEPS += ../../common/c5soc/c5soc_system_assign.tcl
|
2015-04-09 14:57:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
M_ALTERA := quartus_sh --64bit -t
|
|
|
|
|
|
|
|
|
2015-04-17 14:22:38 +00:00
|
|
|
M_FLIST += *.log
|
|
|
|
M_FLIST += *_INFO.txt
|
|
|
|
M_FLIST += *_dump.txt
|
|
|
|
M_FLIST += db
|
|
|
|
M_FLIST += *.asm.rpt
|
|
|
|
M_FLIST += *.done
|
|
|
|
M_FLIST += *.eda.rpt
|
|
|
|
M_FLIST += *.fit.*
|
|
|
|
M_FLIST += *.map.*
|
|
|
|
M_FLIST += *.sta.*
|
|
|
|
M_FLIST += *.qsf
|
|
|
|
M_FLIST += *.qpf
|
|
|
|
M_FLIST += *.qws
|
|
|
|
M_FLIST += *.sof
|
2015-09-09 14:13:19 +00:00
|
|
|
M_FLIST += *.cdf
|
|
|
|
M_FLIST += *.sld
|
|
|
|
M_FLIST += *.qdf
|
2015-04-17 14:22:38 +00:00
|
|
|
M_FLIST += hc_output
|
2015-09-09 14:13:19 +00:00
|
|
|
M_FLIST += system_bd
|
2015-04-17 14:22:38 +00:00
|
|
|
M_FLIST += hps_isw_handoff
|
|
|
|
M_FLIST += hps_sdram_*.csv
|
|
|
|
M_FLIST += *ddr3_*.csv
|
|
|
|
M_FLIST += incremental_db
|
|
|
|
M_FLIST += reconfig_mif
|
|
|
|
M_FLIST += *.sopcinfo
|
|
|
|
M_FLIST += *.jdi
|
|
|
|
M_FLIST += *.pin
|
2016-06-10 18:26:14 +00:00
|
|
|
M_FLIST += *_summary.csv
|
|
|
|
M_FLIST += *.dpf
|
2015-04-17 14:22:38 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.PHONY: all clean clean-all
|
2015-06-08 08:35:21 +00:00
|
|
|
all: arradio_c5soc.sof
|
2015-04-09 14:57:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clean:clean-all
|
|
|
|
|
|
|
|
|
|
|
|
clean-all:
|
|
|
|
rm -rf $(M_FLIST)
|
|
|
|
|
|
|
|
|
2015-06-08 08:35:21 +00:00
|
|
|
arradio_c5soc.sof: $(M_DEPS)
|
2016-08-05 12:16:04 +00:00
|
|
|
-rm -rf $(M_FLIST)
|
2015-06-08 08:35:21 +00:00
|
|
|
$(M_ALTERA) system_project.tcl >> arradio_c5soc_quartus.log 2>&1
|
2015-04-01 20:26:53 +00:00
|
|
|
|
|
|
|
####################################################################################
|
|
|
|
####################################################################################
|