From 039cc87ffdd5889083e2c834b07fe367554fc8eb Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Sun, 10 Mar 2013 18:59:48 -0400 Subject: add basic gitignore --- synth_project/make.sh | 4 ++++ synth_project/project.srp | 32 -------------------------------- 2 files changed, 4 insertions(+), 32 deletions(-) delete mode 100644 synth_project/project.srp (limited to 'synth_project') diff --git a/synth_project/make.sh b/synth_project/make.sh index 174a6ac..807eba5 100755 --- a/synth_project/make.sh +++ b/synth_project/make.sh @@ -1,6 +1,10 @@ #!/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 diff --git a/synth_project/project.srp b/synth_project/project.srp deleted file mode 100644 index 3a35165..0000000 --- a/synth_project/project.srp +++ /dev/null @@ -1,32 +0,0 @@ -Release 14.3 - xst P.40xd (lin64) -Copyright (c) 1995-2012 Xilinx, Inc. All rights reserved. ---> -Parameter TMPDIR set to ./xst/projnav.tmp - - -Total REAL time to Xst completion: 0.00 secs -Total CPU time to Xst completion: 0.06 secs - ---> -Parameter xsthdpdir set to ./xst - - -Total REAL time to Xst completion: 0.00 secs -Total CPU time to Xst completion: 0.06 secs - ---> -ERROR:Xst:438 - Can not open file : proejct.prj - - -Total REAL time to Xst completion: 0.00 secs -Total CPU time to Xst completion: 0.08 secs - ---> - - -Total memory usage is 284024 kilobytes - -Number of errors : 1 ( 0 filtered) -Number of warnings : 0 ( 0 filtered) -Number of infos : 0 ( 0 filtered) - -- cgit v1.2.3