source: PROJECT_CORE_MPI/MPI_HCL/TRUNK/Test_Timer/ipcore_dir/mem8k8_ste/implement/implement.bat @ 137

Last change on this file since 137 was 137, checked in by rolagamo, 10 years ago
File size: 996 bytes
Line 
1
2rem Clean up the results directory
3rmdir /S /Q results
4mkdir results
5
6rem Synthesize the VHDL Wrapper Files
7
8
9echo 'Synthesizing example design with XST';
10xst -ifn xst.scr
11copy mem8k8_top.ngc .\results\
12
13
14rem Copy the netlist generated by Coregen
15echo 'Copying files from the netlist directory to the results directory'
16copy ..\..\mem8k8.ngc results\
17
18
19rem  Copy the constraints files generated by Coregen
20echo 'Copying files from constraints directory to results directory'
21copy ..\example_design\mem8k8_top.ucf results\
22
23cd results
24
25echo 'Running ngdbuild'
26ngdbuild -p xc7a100t-csg324-3 mem8k8_top
27
28echo 'Running map'
29map mem8k8_top -o mapped.ncd -pr i
30
31echo 'Running par'
32par mapped.ncd routed.ncd
33
34echo 'Running trce'
35trce -e 10 routed.ncd mapped.pcf -o routed
36
37echo 'Running design through bitgen'
38bitgen -w routed
39
40echo 'Running netgen to create gate level VHDL model'
41netgen -ofmt vhdl -sim -tm mem8k8_top -pcf mapped.pcf -w routed.ncd routed.vhd
Note: See TracBrowser for help on using the repository browser.