aboutsummaryrefslogtreecommitdiffstats
path: root/synth_project/make.sh
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-04-02 10:25:15 -0400
committerbryan newbold <bnewbold@leaflabs.com>2013-04-02 10:25:15 -0400
commit8bf83ef0145d2afe53d4d94f5ff5a4459fbc6637 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /synth_project/make.sh
parent0754c0f771c51d48107c5c96d79a512ce56cce0a (diff)
downloadfpga-lube-8bf83ef0145d2afe53d4d94f5ff5a4459fbc6637.tar.gz
fpga-lube-8bf83ef0145d2afe53d4d94f5ff5a4459fbc6637.zip
commit old git move
Diffstat (limited to 'synth_project/make.sh')
-rwxr-xr-xsynth_project/make.sh9
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
-