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.bat] - 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
rem Clean up the results directory
10
rmdir /S /Q results
11
mkdir results
12
 
13
rem Synthesize the VHDL Wrapper Files
14
 
15
 
16
echo 'Synthesizing example design with XST';
17
xst -ifn xst.scr
18
copy ram_16x1k_dp_exdes.ngc .\results\
19
 
20
 
21
rem Copy the netlist generated by Coregen
22
echo 'Copying files from the netlist directory to the results directory'
23
copy ..\..\ram_16x1k_dp.ngc results\
24
 
25
 
26
rem  Copy the constraints files generated by Coregen
27
echo 'Copying files from constraints directory to results directory'
28
copy ..\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.