diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-03-10 18:59:48 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-03-10 18:59:48 -0400 |
commit | 039cc87ffdd5889083e2c834b07fe367554fc8eb (patch) | |
tree | 672e006a3c9b2ca5af20acd096fb577238aeac5e /synth_project | |
parent | 0754c0f771c51d48107c5c96d79a512ce56cce0a (diff) | |
download | basic-hdl-template-039cc87ffdd5889083e2c834b07fe367554fc8eb.tar.gz basic-hdl-template-039cc87ffdd5889083e2c834b07fe367554fc8eb.zip |
add basic gitignore
Diffstat (limited to 'synth_project')
-rwxr-xr-x | synth_project/make.sh | 4 | ||||
-rw-r--r-- | synth_project/project.srp | 32 |
2 files changed, 4 insertions, 32 deletions
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) - |