aboutsummaryrefslogtreecommitdiffstats
path: root/synth_project/make.sh
diff options
context:
space:
mode:
authorAndrew J Meyer <ajm@leaflabs.com>2013-03-06 18:47:43 -0500
committerAndrew J Meyer <ajm@leaflabs.com>2013-03-06 18:47:43 -0500
commit0754c0f771c51d48107c5c96d79a512ce56cce0a (patch)
treed444913b56cc430f6c4b6050af6226e669919438 /synth_project/make.sh
parent25e9b58c4a438292e9d07151c0f2ce73d1ed64f8 (diff)
downloadfpga-lube-0754c0f771c51d48107c5c96d79a512ce56cce0a.tar.gz
fpga-lube-0754c0f771c51d48107c5c96d79a512ce56cce0a.zip
added the base files
Diffstat (limited to 'synth_project/make.sh')
-rwxr-xr-xsynth_project/make.sh9
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
+