template.xml

来自「alt_flash_prog 在FPGA方面的应用就应该看他」· XML 代码 · 共 22 行

XML
22
字号
<?xml version="1.0" encoding="UTF-8"?>
<template_settings>
	<template
		name="Alternate Flash Programmer"
		description="Programs EPCS or CFI flash using HostFS to retrieve the SREC."
		file_to_open="flash_prog.c"
		details="This example provides an alternate means of programming both CFI and EPCS flash.  The project uses the HostFS feature to read SREC(.flash) files from the host, then uses HAL routines to program that data into flash.">
	</template>
	<stf>
		<os_spec
			name="none (single-threaded)">
			<sw_component id="HOSTFS" name="Altera Host Based File System" sopc_component_dir="altera_hostfs">
				<sys_defines>
					<define name="altera_hostfs_name" value="/mnt/host" quote="yes"/>
				</sys_defines>
			</sw_component>
		</os_spec>
	</stf>
</template_settings>


⌨️ 快捷键说明

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