?? generated_app.mk
字號:
# generated_app.mk## Machine generated for a CPU named "cpu_0" as defined in:# D:\Test\C12_SD\software\C20_BGA_SD_syslib\..\..\Nios.ptf## Generated: 2007-04-03 15:18:14.39# 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:/Test/C12_SD# the simulation directory is a subdirectory of the PTF directorySIMDIR = $(QUARTUS_PROJECT_DIR)/Nios_simall: delete_placeholder_warning hex simdelete_placeholder_warning: do_delete_placeholder_warning.PHONY: delete_placeholder_warninghex: $(QUARTUS_PROJECT_DIR)/onchip_memory_0.hex.PHONY: hexsim: $(SIMDIR)/dummy_file.PHONY: simdo_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) 0x00004000 0x7FFF --width=32 $(QUARTUS_PROJECT_DIR)/onchip_memory_0.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_filegenerated_app_clean: $(RM) $(QUARTUS_PROJECT_DIR)/onchip_memory_0.hex $(RM) $(SIMDIR)/dummy_file.PHONY: generated_app_clean
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -