aboutsummaryrefslogtreecommitdiffstats
path: root/synth_project/make.sh
blob: 174a6acea5743c460754ce6c022c0ec40b2f1a25 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

TOP_NAME=project
xst -ifn $TOP_NAME.xst
ngdbuild $TOP_NAME.ngc -verbose
map -pr b -w -detail $TOP_NAME.ngd
par -w $TOP_NAME $TOP_NAME.ncd
bitgen -w $TOP_NAME.ncd