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