source: PROJECT_CORE_MPI/MPI_HCL/TRUNK/Test_Timer/ipcore_dir/mem_4k8_ste/implement/implement.bat @ 115

Last change on this file since 115 was 115, checked in by rolagamo, 10 years ago

Ajout des Cores utilisés dans le projet

File size: 1002 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 mem_4k8_top.ngc .\results\
12
13
14rem Copy the netlist generated by Coregen
15echo 'Copying files from the netlist directory to the results directory'
16copy ..\..\mem_4k8.ngc results\
17
18
19rem  Copy the constraints files generated by Coregen
20echo 'Copying files from constraints directory to results directory'
21copy ..\example_design\mem_4k8_top.ucf results\
22
23cd results
24
25echo 'Running ngdbuild'
26ngdbuild -p xc6slx45-csg324-3 mem_4k8_top
27
28echo 'Running map'
29map mem_4k8_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 mem_4k8_top -pcf mapped.pcf -w routed.ncd routed.vhd
Note: See TracBrowser for help on using the repository browser.