OpenCores
URL https://opencores.org/ocsvn/usb_fpga_2_14/usb_fpga_2_14/trunk

Subversion Repositories usb_fpga_2_14

[/] [usb_fpga_2_14/] [trunk/] [examples/] [memfifo/] [fpga-2.04b/] [ipcore_dir/] [mem0/] [example_design/] [par/] [rem_files.sh] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 ZTEX
##!/bin/csh -f
2
##****************************************************************************
3
## (c) Copyright 2009 Xilinx, Inc. All rights reserved.
4
##
5
## This file contains confidential and proprietary information
6
## of Xilinx, Inc. and is protected under U.S. and
7
## international copyright and other intellectual property
8
## laws.
9
##
10
## DISCLAIMER
11
## This disclaimer is not a license and does not grant any
12
## rights to the materials distributed herewith. Except as
13
## otherwise provided in a valid license issued to you by
14
## Xilinx, and to the maximum extent permitted by applicable
15
## law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS" AND
16
## WITH ALL FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES
17
## AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING
18
## BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NON-
19
## INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and
20
## (2) Xilinx shall not be liable (whether in contract or tort,
21
## including negligence, or under any other theory of
22
## liability) for any loss or damage of any kind or nature
23
## related to, arising under or in connection with these
24
## materials, including for any direct, or any indirect,
25
## special, incidental, or consequential loss or damage
26
## (including loss of data, profits, goodwill, or any type of
27
## loss or damage suffered as a result of any action brought
28
## by a third party) even if such damage or loss was
29
## reasonably foreseeable or Xilinx had been advised of the
30
## possibility of the same.
31
##
32
## CRITICAL APPLICATIONS
33
## Xilinx products are not designed or intended to be fail-
34
## safe, or for use in any application requiring fail-safe
35
## performance, such as life-support or safety devices or
36
## systems, Class III medical devices, nuclear facilities,
37
## applications related to the deployment of airbags, or any
38
## other applications that could lead to death, personal
39
## injury, or severe property or environmental damage
40
## (individually and collectively, "Critical
41
## Applications"). Customer assumes the sole risk and
42
## liability of any use of Xilinx products in Critical
43
## Applications, subject only to applicable laws and
44
## regulations governing limitations on product liability.
45
##
46
## THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS
47
## PART OF THIS FILE AT ALL TIMES.
48
##
49
##****************************************************************************
50
##   ____  ____
51
##  /   /\/   /
52
## /___/  \  /    Vendor                : Xilinx
53
## \   \   \/     Version               : 3.92
54
##  \   \         Application           : MIG
55
##  /   /         Filename              : rem_files.bat
56
## /___/   /\     Date Last Modified    : $Date: 2011/06/02 07:16:59 $
57
## \   \  /  \    Date Created          : Fri Feb 06 2009
58
##  \___\/\___\
59
##
60
## Device            : Spartan-6
61
## Design Name       : DDR/DDR2/DDR3/LPDDR
62
## Purpose           : Batch file to remove files generated from ISE
63
## Reference         :
64
## Revision History  :
65
##****************************************************************************
66
 
67
rm -rf "../synth/__projnav"
68
rm -rf "../synth/xst"
69
rm -rf "../synth/_ngo"
70
 
71
rm -rf tmp
72
rm -rf _xmsgs
73
rm -rf ila_xdb
74
rm -rf icon_xdb
75
rm -rf vio_xdb
76
 
77
rm -rf xlnx_auto_0_xdb
78
 
79
rm -rf vio_xmdf.tcl
80
rm -rf vio_readme.txt
81
rm -rf vio_flist.txt
82
rm -rf vio.xise del
83
rm -rf vio.xco del
84
rm -rf vio.ngc del
85
rm -rf vio.ise del
86
rm -rf vio.gise del
87
rm -rf vio.cdc del
88
 
89
rm -rf coregen.cgp
90
rm -rf coregen.cgc
91
rm -rf coregen.log
92
rm -rf ila.cdc
93
rm -rf ila.gise
94
rm -rf ila.ise
95
rm -rf ila.ngc
96
rm -rf ila.xco
97
rm -rf ila.xise
98
rm -rf ila_flist.txt
99
rm -rf ila_readme.txt
100
rm -rf ila_xmdf.tcl
101
 
102
rm -rf icon.asy
103
rm -rf icon.gise
104
rm -rf icon.ise
105
rm -rf icon.ncf
106
rm -rf icon.ngc
107
rm -rf icon.xco
108
rm -rf icon.xise
109
rm -rf icon_flist.txt
110
rm -rf icon_readme.txt
111
rm -rf icon_xmdf.tcl
112
 
113
rm -rf ise_flow_results.txt
114
rm -rf example_top_vhdl.prj
115
rm -rf mem_interface_top.syr
116
rm -rf example_top.ngc
117
rm -rf example_top.ngr
118
rm -rf example_top_xst.xrpt
119
rm -rf example_top.bld
120
rm -rf example_top.ngd
121
rm -rf example_top_ngdbuild.xrpt
122
rm -rf example_top_map.map
123
rm -rf example_top_map.mrp
124
rm -rf example_top_map.ngm
125
rm -rf example_top.pcf
126
rm -rf example_top_map.ncd
127
rm -rf example_top_map.xrpt
128
rm -rf example_top_summary.xml
129
rm -rf example_top_usage.xml
130
rm -rf example_top.ncd
131
rm -rf example_top.par
132
rm -rf example_top.xpi
133
rm -rf example_top.ptwx
134
rm -rf example_top.pad
135
rm -rf example_top.unroutes
136
rm -rf example_top_pad.csv
137
rm -rf example_top_pad.txt
138
rm -rf example_top_par.xrpt
139
rm -rf example_top.twx
140
rm -rf example_top.bgn
141
rm -rf example_top.twr
142
rm -rf example_top.drc
143
rm -rf example_top_bitgen.xwbt
144
rm -rf example_top.bit
145
 
146
# Files and folders generated by create ise
147
rm -rf test_xdb
148
rm -rf _xmsgs
149
rm -rf test.gise
150
rm -rf test.xise
151
rm -rf test.xise
152
 
153
# Files and folders generated by ISE through GUI mode
154
rm -rf _ngo
155
rm -rf xst
156
rm -rf example_top.lso
157
rm -rf example_top.prj
158
rm -rf example_top.xst
159
rm -rf example_top.stx
160
rm -rf example_top_prev_built.ngd
161
rm -rf test.ntrc_log
162
rm -rf example_top_guide.ncd
163
rm -rf example_top.cmd_log
164
rm -rf example_top_summary.html
165
rm -rf example_top.ut
166
rm -rf par_usage_statistics.html
167
rm -rf usage_statistics_webtalk.html
168
rm -rf webtalk.log
169
rm -rf device_usage_statistics.html

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.