diff options
Diffstat (limited to 'synth_project/make.sh')
-rwxr-xr-x | synth_project/make.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/synth_project/make.sh b/synth_project/make.sh new file mode 100755 index 0000000..174a6ac --- /dev/null +++ b/synth_project/make.sh @@ -0,0 +1,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 + |