summaryrefslogtreecommitdiffstats
path: root/Sobel.ccs
diff options
context:
space:
mode:
authorzedarider <ymherklotz@gmail.com>2016-03-09 14:47:09 +0000
committerzedarider <ymherklotz@gmail.com>2016-03-09 14:47:09 +0000
commitc216ff1aee8dd1c1a020c6ebb9bce7da826bf87e (patch)
tree4426bba7053fbc748e4c88ab033a25bddd4d31b8 /Sobel.ccs
downloadsobel_filter-c216ff1aee8dd1c1a020c6ebb9bce7da826bf87e.tar.gz
sobel_filter-c216ff1aee8dd1c1a020c6ebb9bce7da826bf87e.zip
FinishedHEADmaster
Diffstat (limited to 'Sobel.ccs')
-rw-r--r--Sobel.ccs23
1 files changed, 23 insertions, 0 deletions
diff --git a/Sobel.ccs b/Sobel.ccs
new file mode 100644
index 0000000..ce69ce8
--- /dev/null
+++ b/Sobel.ccs
@@ -0,0 +1,23 @@
+// Catapult University Version 2011a.126 (Production Release) Wed Aug 8 00:52:07 PDT 2012
+//
+// Copyright (c) Calypto Design Systems, Inc., 1996-2012, All Rights Reserved.
+// UNPUBLISHED, LICENSED SOFTWARE.
+// CONFIDENTIAL AND PROPRIETARY INFORMATION WHICH IS THE
+// PROPERTY OF CALYPTO DESIGN SYSTEMS OR ITS LICENSORS
+//
+// Running on Windows 7 mg3115@EEWS104A-013 Service Pack 1 6.01.7601 i686
+//
+// Package information: SIFLIBS v17.0_1.1, HLS_PKGS v17.0_1.1,
+// DesignPad v2.78_0.0
+//
+// This version may only be used for academic purposes. Some optimizations
+// are disabled, so results obtained from this version may be sub-optimal.
+//
+if {[info script] != {} && [file isdirectory [file rootname [info script]]]} {
+ project load [file rootname [info script]] 2011a
+} elseif { [file isdirectory {//icnas3.cc.ic.ac.uk/mg3115/EIE1 FPGA/Sobel Filter Catapult/Sobel}] } {
+ project load {//icnas3.cc.ic.ac.uk/mg3115/EIE1 FPGA/Sobel Filter Catapult/Sobel} 2011a
+} else {
+ error {unable to locate project directory 'Sobel'}
+}
+