From 29be352330757421c52695f88ba8d3ebfafc4725 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Wed, 13 Mar 2013 15:48:03 -0400 Subject: basic synthesis version of makefile --- synth_project/make.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 synth_project/make.sh (limited to 'synth_project/make.sh') 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 - -- cgit v1.2.3