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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 barabba
 
2
rem Clean up the results directory
3
rmdir /S /Q results
4
mkdir results
5
 
6
rem Synthesize the VHDL Wrapper Files
7
 
8
 
9
echo 'Synthesizing example design with XST';
10
xst -ifn xst.scr
11
copy v6_bram4096x64_top.ngc .\results\
12
 
13
 
14
rem Copy the netlist generated by Coregen
15
echo 'Copying files from the netlist directory to the results directory'
16
copy ..\..\v6_bram4096x64.ngc results\
17
 
18
 
19
rem  Copy the constraints files generated by Coregen
20
echo 'Copying files from constraints directory to results directory'
21
copy ..\example_design\v6_bram4096x64_top.ucf results\
22
 
23
cd results
24
 
25
echo 'Running ngdbuild'
26
ngdbuild -p xc6vlx240t-ff1156-1 v6_bram4096x64_top
27
 
28
echo 'Running map'
29
map v6_bram4096x64_top -o mapped.ncd -pr i
30
 
31
echo 'Running par'
32
par mapped.ncd routed.ncd
33
 
34
echo 'Running trce'
35
trce -e 10 routed.ncd mapped.pcf -o routed
36
 
37
echo 'Running design through bitgen'
38
bitgen -w routed
39
 
40
echo 'Running netgen to create gate level VHDL model'
41
netgen -ofmt vhdl -sim -tm v6_bram4096x64_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.