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

Details | Compare with Previous | View Log

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