📄 generated_app.mk
字号:
# generated_app.mk## Machine generated for a CPU named "cpu_0" as defined in:# D:\de2.1\software\hello_world_0_syslib\..\..\nios_system.ptf## Generated: 2009-05-10 21:31:24.89# 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 = D:/de2.1# the simulation directory is a subdirectory of the PTF directorySIMDIR = $(QUARTUS_PROJECT_DIR)/nios_system_simDBL_QUOTE := "# macros defined by/for onchip_memory_0PAD_DAT_FILES = --pad=0all: dat delete_placeholder_warning hex symdat: $(SIMDIR)/onchip_memory_0.dat.PHONY: datdelete_placeholder_warning: do_delete_placeholder_warning.PHONY: delete_placeholder_warninghex: $(QUARTUS_PROJECT_DIR)/onchip_memory_0.hex.PHONY: hexsym: $(SIMDIR)/onchip_memory_0.sym.PHONY: sym$(SIMDIR)/onchip_memory_0.dat: $(ELF) if [ ! -d $(SIMDIR) ]; then mkdir $(SIMDIR) ; fi @echo Post-processing to create $(notdir $@) elf2dat --infile=$(ELF) --outfile=$(SIMDIR)/onchip_memory_0.dat --base=0x00000000 --end=0x7FFF $(PAD_DAT_FILES) --create-lanes=0 --width=32do_delete_placeholder_warning: rm -f $(SIMDIR)/contents_file_warning.txt.PHONY: do_delete_placeholder_warning$(QUARTUS_PROJECT_DIR)/onchip_memory_0.hex: $(ELF) @echo Post-processing to create $(notdir $@) elf2hex $(ELF) 0x00000000 0x7FFF --width=32 $(QUARTUS_PROJECT_DIR)/onchip_memory_0.hex --create-lanes=0$(SIMDIR)/onchip_memory_0.sym: $(ELF) if [ ! -d $(SIMDIR) ]; then mkdir $(SIMDIR) ; fi @echo Post-processing to create $(notdir $@) nios2-elf-nm -n $(ELF) > $(SIMDIR)/onchip_memory_0.symgenerated_app_clean: $(RM) $(SIMDIR)/onchip_memory_0.dat $(RM) $(QUARTUS_PROJECT_DIR)/onchip_memory_0.hex $(RM) $(SIMDIR)/onchip_memory_0.sym.PHONY: generated_app_clean
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -