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/] [tmp/] [backup_v6_pcie_v1_6/] [v6_pcie_v1_6/] [implement/] [implement.bat] - Blame information for rev 13

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 barabba
rem Clean up the results directory
2
rmdir /S /Q results
3
mkdir results
4
 
5
echo 'Synthesizing HDL example design with XST';
6
xst -ifn xilinx_pcie_2_0_ep_v6.cmd -ofn xilinx_pcie_2_0_ep_v6.log
7
rem xst -ifn xst.scr
8
 
9
copy xilinx_pcie_2_0_ep_v6.log xst.srp
10
 
11
if not exist xilinx_pcie_2_0_ep_v6.ngc netgen -sim -ofmt vhdl -w -tm xilinx_pcie_2_0_ep_v6 xilinx_pcie_2_0_ep_v6.ngc
12
copy xilinx_pcie_2_0_ep_v6.ngc .\results\
13
 
14
 
15
 
16
 
17
cd results
18
 
19
echo 'Running ngdbuild'
20
ngdbuild -verbose -uc ../../example_design/xilinx_pcie_2_0_ep_v6_04_lane_gen1_xc6vlx240t-ff1156-1_ML605.ucf xilinx_pcie_2_0_ep_v6.ngc -sd .
21
 
22
echo 'Running map'
23
map -u -timing -ol high -xe c -o mapped.ncd -t 1 xilinx_pcie_2_0_ep_v6.ngd mapped.pcf
24
 
25
echo 'Running par'
26
par -ol high -xe c -w mapped.ncd routed.ncd mapped.pcf
27
 
28
echo 'Running trce'
29
trce -u -v 100 routed.ncd mapped.pcf
30
 
31
echo 'Running design through netgen'
32
netgen -sim -ofmt vhdl -w -tm xilinx_pcie_2_0_ep_v6 routed.ncd
33
 
34
echo 'Running design through bitgen'
35
bitgen -w routed.ncd
36
 
37
echo 'Generating PROM file for programming'
38
promgen -w -p mcs -x xcf128x -data_width 16 -o ./ML605.mcs -u 0 ./routed.bit

powered by: WebSVN 2.1.0

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