XPS 工程目录下各文件内容

XPS Project Directories

To view the XPS directory structure, refer to XPS Directory Structure Outline.

__xps

Contains intermediate files generated by XPS and various other tools for internal management purpose. You should not use this directory, but do not delete it.

blkdiagram

This directory contains files including SVG, PNG, or JPG format files (UNIX only) representing the design in the form of a block diagram.

bootloops

Contains the MicroBlaze™ or PowerPC® bootloop executables that cause the MicroBlaze or PowerPC embedded processors to loop at the reset vector. This guarantees that the embedded processor stays in a known good state. XPS creates the bootloops automatically for each new project. To make use of the bootloop, mark the bootloop application in your software project for initialization of block RAMs.

data

Required. This directory contains the User Constraints File (UCF). See the Xilinx® ISE® documentation for more information about the UCF file.

etc

This directory contains the following files:

  • bitgen.ut:  Contains the options used to create the ISE Bitstream (BIT) file
  • download.cmd:  Specification of the JTAG chain
  • fast_runtime.opt:  Contains the commands and options to run NGDBuild, MAP, and PAR.
  • BSDL files - any Boundary Scan Description Language (BSDL) files for devices in the JTAG chain.

Note  XPS creates this directory automatically when you create a project. You must modify some of the files in this directory so they correspond to the board you have selected.

hdl

Platgen creates this directory automatically when you run the Hardware > Generate Netlist process. The directory contains all the Hardware Description Language (HDL) files representing the processor system.

implementation

XPS creates this directory automatically when you run the Hardware > Generate Bitstream process. It contains a copy of the User Constraints (UCF) file, Block RAM Memory Map (BMM) file, and the implementation results, including the BIT file. XPS will run either Xflow or SmartXplorer internally to generate files in this directory.

pcores

Optional. Use this directory to include custom hardware peripherals for the processor system. For additional information, refer to the "Platform Generator (Platgen)" chapter in the Embedded System Tools Reference Manual.

SDK

This directory is created when you export hardware information and files to the Software Development Kit (SDK) for an XPS project. It contains information related to hardware handoff files for SDK, software applications in SDK, settings, and other SDK-specific information.

simulation

XPS creates this directory automatically when you select Simulation > Generate Simulation HDL Files. Simgen produces all the simulation files for each simulation in the appropriate sub-directory. The files created include HDL wrappers for peripherals, top-level embedded system files, and optional test bench files. Simulator compile and helper scripts are also generated.

Note See Also: EDK Simulation Basics

synthesis

Platgen creates this directory automatically when the Hardware > Generate Netlist process is run. The directory contains all the XST synthesis scripts and log files that create the netlists used for implementation.

时间: 2024-08-06 18:51:12

XPS 工程目录下各文件内容的相关文章

windows下查找一个目录下所有文件内容

遇到这个问题的背景是我反编译了一个apk,得到了它的source code.我在jd-gui中查找一个String时,发现查找结果严重不全,于是我想,如果不用jd-gui自带的搜索功能,而直接从源码文件夹中查找这个String就好了. 但windows自带的查找功能,只能查找目录下的文件名,而无法查找文件内容.总不能把文件一个一个都打开,然后挨个find一遍吧? 办法总是有的,答案就是万能的notepad++(我爱notpad++): 首先ctrl+f,出现文件查找的框以后,点击第三个tab,就

Delphi工程目录下各文件说明

1 (.dpr) 工程文件, 包含了应用程序的入口 2. (.pas)单元文件 里面包含了源代码,每个工程至少有一个单元文件 3. (.dfm)窗体文件 4. (.res) 资源文件 5. (.dof) 工程选项及桌面配置文件 6. (.dcu)中间编译单元 7. (.~pas) 备份单元文件 8. (.dpk) 包文件,它是一种定义组件包的工程.

shell脚本,如何监控目录下的文件内容是否被修改。

第一种方法是通过cmp来进行比对[[email protected] bo]# ls 1.html 2.html 3.html 4.html 5.html 6.html 7.html 8.html 9.html cat.sh [[email protected] bo]# cat cat.sh #!/bin/bash [ ! -f /root/wyb/bo/cat.log ] && cat *.html > /root/wyb/bo/cat.log cat *.html >tm

AssetsUtils【读取assets、res/raw、./data/data/包名/目录下的文件】

版权声明:本文为博主原创文章,未经博主允许不得转载. 前言 封装了以下功能: 1.读取assets目录下的资源html.文件.图片,将文件复制到SD卡目录中: 2.读取res/raw目录下的文件内容: 3.读写./data/data/包名/下的文件: 效果图 代码分析 最常用的方法:getStringFromAssert(Context mContext, String assetsFilePath)[读取assets目录中的文件字符串] 使用步骤 一.项目组织结构图 注意事项: 1.  导入类

通过ServletContext获得工程根目录路径、读取文件以及获得classpath目录下的文件

HttpServletDemo02.java: package com.fl.servlet; import java.io.IOException; import java.io.InputStream; import java.io.PrintWriter; import java.util.Properties; import javax.servlet.ServletConfig; import javax.servlet.ServletContext; import javax.ser

php读取目录下的文件

工作需要写了一个读取指定目录下的文件,并显示列表,点击之后读取文件中的内容 高手拍砖,目录可以自由指定,我这里直接写的是获取当前文件目录下面的所有文件 </pre> <?php /** * 读取指定目录下面的文件内容 * @author Administrator * */ class Catlog { /** * 要读取的目录 * @var string */ private $dir; /** * 文件名中必须存在 * @var string */ private $str = 'p

[Linux] 批量转换整个目录下的文件编码为UTF-8;

[Linux] 批量转换整个目录下的文件编码为UTF-8: #!/bin/bash - #===============================================================================# #          FILE: conv.sh#  #         USAGE: ./conv.sh #  #   DESCRIPTION: 一个支持把整个目录递归转换GB2312为UTF-8的脚本: #  #       OPTIONS: 

企业的网站遭受木马攻击了,导致网站目录下所有文件都被篡改了

问题: 一个 lamp 的服务器站点目录下所有文件均被植入如下内容 <script language=javascript src=http://luoahong.blog.51cto.com/504977/1827164> 包括图片文件也被植入了,网站打开时就会调用这个地址,造成的影响很恶劣. 实际解决办法: 思路是:需要遍历所有目录有文件 把以上被植入的内容删除掉. 1.  先备份数据.然后,执行命令批量修改回来. 2.  a.备份原始出问题的原始文件: b.历史备份覆盖:c.find+s

cvs history,CVS中查询目录下所有文件的提交记录

我们习惯用eclipse svn中查看一个目录下,甚至整个工程下,所有的文件的变更列表:操作为:右键工程 -> Team -> Show History. 最近在使用CVS,eclipse对应的cvs插件(Eclipse CVS Client 1.2.1)却不支持此运用,找了下其他一些cvs的客户端(如WinCvs 2.0.2.4),也没有找到相似的功能.(如果有知道的同学,望告知,感谢感谢!) 只能从命令行入手,遂记录如下. Kick start 先查询一个文件的提交记录(这个功能我们可以通