aboutsummaryrefslogtreecommitdiffstats
path: root/synth_project/make.sh
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-03-13 15:48:03 -0400
committerbryan newbold <bnewbold@leaflabs.com>2013-03-13 15:48:03 -0400
commit29be352330757421c52695f88ba8d3ebfafc4725 (patch)
treef9abf1bca7d82e26f2005b7f970493cc7f948bcf /synth_project/make.sh
parent039cc87ffdd5889083e2c834b07fe367554fc8eb (diff)
downloadbasic-hdl-template-29be352330757421c52695f88ba8d3ebfafc4725.tar.gz
basic-hdl-template-29be352330757421c52695f88ba8d3ebfafc4725.zip
basic synthesis version of makefile
Diffstat (limited to 'synth_project/make.sh')
-rwxr-xr-xsynth_project/make.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/synth_project/make.sh b/synth_project/make.sh
deleted file mode 100755
index 807eba5..0000000
--- a/synth_project/make.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh -e
-
-TOP_NAME=project
-
-# ensure directory is created
-./xst/projnav.tmp/
-
-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
-