16 echo "########################"
17 echo "generate build directory"
18 echo "########################"
23 echo "###############"
24 echo "start processes"
25 echo "###############"
26 xst
-ifn "../synthesis_config/top.xst" -ofn "top.syr"
27 ngdbuild
-dd _ngo
-nt timestamp
-uc ..
/synthesis_config
/digilent-starter-xc3s500e.ucf
-p xc3s500e-fg320-4 top.ngc top.ngd
28 map
-p xc3s500e-fg320-4
-cm area
-ir off
-pr off
-c 100 -o top_map.ncd top.ngd top.pcf
29 par
-w -ol high
-t 1 top_map.ncd top.ncd top.pcf
30 trce
-v 3 -s 4 -n 3 -fastpaths -xml top.twx top.ncd
-o top.twr top.pcf
31 bitgen
-f ..
/synthesis_config
/top.ut top.ncd