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

Subversion Repositories pcie_sg_dma

[/] [pcie_sg_dma/] [branches/] [Virtex6/] [ML605_ISE13.3/] [ipcore_dir_ISE13.3/] [v6_sfifo_15x128_ste/] [implement/] [implement.bat] - Blame information for rev 13

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 barabba
rem (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
2
rem
3
rem This file contains confidential and proprietary information
4
rem of Xilinx, Inc. and is protected under U.S. and
5
rem international copyright and other intellectual property
6
rem laws.
7
rem
8
rem DISCLAIMER
9
rem This disclaimer is not a license and does not grant any
10
rem rights to the materials distributed herewith. Except as
11
rem otherwise provided in a valid license issued to you by
12
rem Xilinx, and to the maximum extent permitted by applicable
13
rem law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS" AND
14
rem WITH ALL FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES
15
rem AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING
16
rem BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NON-
17
rem INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and
18
rem (2) Xilinx shall not be liable (whether in contract or tort,
19
rem including negligence, or under any other theory of
20
rem liability) for any loss or damage of any kind or nature
21
rem related to, arising under or in connection with these
22
rem materials, including for any direct, or any indirect,
23
rem special, incidental, or consequential loss or damage
24
rem (including loss of data, profits, goodwill, or any type of
25
rem loss or damage suffered as a result of any action brought
26
rem by a third party) even if such damage or loss was
27
rem reasonably foreseeable or Xilinx had been advised of the
28
rem possibility of the same.
29
rem
30
rem CRITICAL APPLICATIONS
31
rem Xilinx products are not designed or intended to be fail-
32
rem safe, or for use in any application requiring fail-safe
33
rem performance, such as life-support or safety devices or
34
rem systems, Class III medical devices, nuclear facilities,
35
rem applications related to the deployment of airbags, or any
36
rem other applications that could lead to death, personal
37
rem injury, or severe property or environmental damage
38
rem (individually and collectively, "Critical
39
rem Applications"). Customer assumes the sole risk and
40
rem liability of any use of Xilinx products in Critical
41
rem Applications, subject only to applicable laws and
42
rem regulations governing limitations on product liability.
43
rem
44
rem THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS
45
rem PART OF THIS FILE AT ALL TIMES.
46
 
47
rem Clean up the results directory
48
rmdir /S /Q results
49
mkdir results
50
 
51
rem Synthesize the VHDL Wrapper Files
52
 
53
#Synthesize the Wrapper Files
54
 
55
echo 'Synthesizing example design with XST';
56
xst -ifn xst.scr
57
copy v6_sfifo_15x128_top.ngc .\results\
58
 
59
 
60
rem Copy the netlist generated by Coregen
61
echo 'Copying files from the netlist directory to the results directory'
62
copy ..\..\v6_sfifo_15x128.ngc results\
63
 
64
 
65
rem  Copy the constraints files generated by Coregen
66
echo 'Copying files from constraints directory to results directory'
67
copy ..\example_design\v6_sfifo_15x128_top.ucf results\
68
 
69
cd results
70
 
71
echo 'Running ngdbuild'
72
 
73
ngdbuild -p xc6vlx240t-ff1156-1 -sd ../../../ v6_sfifo_15x128_top
74
 
75
echo 'Running map'
76
map v6_sfifo_15x128_top -o mapped.ncd
77
 
78
echo 'Running par'
79
par mapped.ncd routed.ncd
80
 
81
echo 'Running trce'
82
trce -e 10 routed.ncd mapped.pcf -o routed
83
 
84
echo 'Running design through bitgen'
85
bitgen -w routed
86
 
87
echo 'Running netgen to create gate level VHDL model'
88
netgen -ofmt vhdl -sim -tm v6_sfifo_15x128_top -pcf mapped.pcf -w routed.ncd routed.vhd

powered by: WebSVN 2.1.0

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