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

Subversion Repositories fat_32_file_parser

[/] [fat_32_file_parser/] [trunk/] [ipcore_dir/] [FONT_MEM/] [implement/] [implement.bat] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 craighaywo
 
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 FONT_MEM_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 ..\..\FONT_MEM.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\FONT_MEM_exdes.ucf results\
29
 
30
cd results
31
 
32
echo 'Running ngdbuild'
33
ngdbuild -p xc3s500e-fg320-4 FONT_MEM_exdes
34
 
35
echo 'Running map'
36
map FONT_MEM_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 VHDL model'
48
netgen -ofmt vhdl -sim -tm FONT_MEM_exdes -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.