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.sh] - Rev 2

Compare with Previous | Blame | View Log

 
 
 
 
 
 
 
 
#!/bin/sh
 
# Clean up the results directory
rm -rf results
mkdir results
 
#Synthesize the Wrapper Files
 
echo 'Synthesizing example design with XST';
xst -ifn xst.scr
cp FONT_MEM_exdes.ngc ./results/
 
 
# Copy the netlist generated by Coregen
echo 'Copying files from the netlist directory to the results directory'
cp ../../FONT_MEM.ngc results/
 
#  Copy the constraints files generated by Coregen
echo 'Copying files from constraints directory to results directory'
cp ../example_design/FONT_MEM_exdes.ucf results/
 
cd results
 
echo 'Running ngdbuild'
ngdbuild -p xc3s500e-fg320-4 FONT_MEM_exdes
 
echo 'Running map'
map FONT_MEM_exdes -o mapped.ncd -pr i
 
echo 'Running par'
par mapped.ncd routed.ncd
 
echo 'Running trce'
trce -e 10 routed.ncd mapped.pcf -o routed
 
echo 'Running design through bitgen'
bitgen -w routed
 
echo 'Running netgen to create gate level VHDL model'
netgen -ofmt vhdl -sim -tm FONT_MEM_exdes -pcf mapped.pcf -w routed.ncd routed.vhd
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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