⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 generated_app.mk

📁 在de2板上的led流水灯显示 C语言实现 实验环境Quartus2+nios2
💻 MK
字号:
# generated_app.mk## Machine generated for a CPU named "cpu" as defined in:# e:\softwate\sopc_test\led_test1\software\led_test_system_syslib\..\..\first_nios_system.ptf## Generated: 2009-04-16 20:24:04.078# DO NOT MODIFY THIS FILE##   Changing this file will have subtle consequences#   which will almost certainly lead to a nonfunctioning#   system. If you do modify this file, be aware that your#   changes will be overwritten and lost when this file#   is generated again.## DO NOT MODIFY THIS FILE# assuming the Quartus project directory is the same as the PTF directoryQUARTUS_PROJECT_DIR = E:/softwate/sopc_test/led_test1# the simulation directory is a subdirectory of the PTF directorySIMDIR = $(QUARTUS_PROJECT_DIR)/first_nios_system_simDBL_QUOTE := "all: delete_placeholder_warning hex simdelete_placeholder_warning: do_delete_placeholder_warning.PHONY: delete_placeholder_warninghex: $(QUARTUS_PROJECT_DIR)/onchip_ROM.hex $(QUARTUS_PROJECT_DIR)/onchip_RAM.hex.PHONY: hexsim: $(SIMDIR)/dummy_file.PHONY: simverifysysid: dummy_verifysysid_file.PHONY: verifysysiddo_delete_placeholder_warning:	rm -f $(SIMDIR)/contents_file_warning.txt.PHONY: do_delete_placeholder_warning$(QUARTUS_PROJECT_DIR)/onchip_ROM.hex: $(ELF)	@echo Post-processing to create $(notdir $@)	elf2hex $(ELF) 0x00002000 0x27FF --width=32 $(QUARTUS_PROJECT_DIR)/onchip_ROM.hex --create-lanes=0$(QUARTUS_PROJECT_DIR)/onchip_RAM.hex: $(ELF)	@echo Post-processing to create $(notdir $@)	elf2hex $(ELF) 0x00002800 0x2FFF --width=32 $(QUARTUS_PROJECT_DIR)/onchip_RAM.hex --create-lanes=0$(SIMDIR)/dummy_file: $(ELF)	if [ ! -d $(SIMDIR) ]; then mkdir $(SIMDIR) ; fi	@echo Hardware simulation is not enabled for the target SOPC Builder system. Skipping creation of hardware simulation model contents and simulation symbol files. \(Note: This does not affect the instruction set simulator.\)	touch $(SIMDIR)/dummy_filedummy_verifysysid_file:	nios2-download $(JTAG_CABLE)                                --sidp=0x00003010 --id=1734325933 --timestamp=1239884544.PHONY: dummy_verifysysid_filegenerated_app_clean:	$(RM) $(QUARTUS_PROJECT_DIR)/onchip_ROM.hex	$(RM) $(QUARTUS_PROJECT_DIR)/onchip_RAM.hex	$(RM) $(SIMDIR)/dummy_file.PHONY: generated_app_clean

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -