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

Subversion Repositories openmsp430

[/] [openmsp430/] [trunk/] [fpga/] [xilinx_avnet_lx9microbard/] [rtl/] [verilog/] [coregen/] [ram_16x1k_dp/] [implement/] [implement.sh] - Blame information for rev 167

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 167 olivier.gi
 
2
 
3
 
4
 
5
 
6
 
7
 
8
 
9
#!/bin/sh
10
 
11
# Clean up the results directory
12
rm -rf results
13
mkdir results
14
 
15
#Synthesize the Wrapper Files
16
 
17
echo 'Synthesizing example design with XST';
18
xst -ifn xst.scr
19
cp ram_16x1k_dp_exdes.ngc ./results/
20
 
21
 
22
# Copy the netlist generated by Coregen
23
echo 'Copying files from the netlist directory to the results directory'
24
cp ../../ram_16x1k_dp.ngc results/
25
 
26
#  Copy the constraints files generated by Coregen
27
echo 'Copying files from constraints directory to results directory'
28
cp ../example_design/ram_16x1k_dp_exdes.ucf results/
29
 
30
cd results
31
 
32
echo 'Running ngdbuild'
33
ngdbuild -p xc6slx9-csg324-2 ram_16x1k_dp_exdes
34
 
35
echo 'Running map'
36
map ram_16x1k_dp_exdes -o mapped.ncd -pr i
37
 
38
echo 'Running par'
39
par mapped.ncd routed.ncd
40
 
41
echo 'Running trce'
42
trce -e 10 routed.ncd mapped.pcf -o routed
43
 
44
echo 'Running design through bitgen'
45
bitgen -w routed
46
 
47
echo 'Running netgen to create gate level Verilog model'
48
netgen -ofmt verilog -sim -tm ram_16x1k_dp_exdes -pcf mapped.pcf -w -sdf_anno false routed.ncd routed.v

powered by: WebSVN 2.1.0

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