generated_app.mk

来自「自己编写的PWM模块」· MK 代码 · 共 49 行

MK
49
字号
# generated_app.mk## Machine generated for a CPU named "cpu" as defined in:# D:\project\PWM\NIOS_PWM.ptf## Generated: 2009-04-07 18:14:31.468# 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:/project/PWM# the simulation directory is a subdirectory of the PTF directorySIMDIR = $(QUARTUS_PROJECT_DIR)/NIOS_PWM_simDBL_QUOTE := "all: delete_placeholder_warning simdelete_placeholder_warning: do_delete_placeholder_warning.PHONY: delete_placeholder_warningsim: $(SIMDIR)/dummy_file.PHONY: simdo_delete_placeholder_warning:	rm -f $(SIMDIR)/contents_file_warning.txt.PHONY: do_delete_placeholder_warning$(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) $(SIMDIR)/dummy_file.PHONY: generated_app_clean

⌨️ 快捷键说明

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