Downloaded and integrated latest wiki documentation from the geda website.
[geda-gaf/peter-b.git] / docs / wiki / geda_example_usbjtag.html
blobf0a413ae7a323779e3d39dc8bd829a7cb8877c0e
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
4 lang="en" dir="ltr">
5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <title>geda:example_usbjtag</title>
8 <meta name="generator" content="DokuWiki Release rc2007-05-24" />
9 <meta name="robots" content="index,follow" />
10 <meta name="date" content="2007-05-24T22:27:25-0400" />
11 <meta name="keywords" content="geda,example_usbjtag" />
12 <link rel="search" type="application/opensearchdescription+xml" href="http://geda.seul.org/wiki/lib/exe/opensearch.php" title="geda Wiki" />
13 <link rel="start" href="http://geda.seul.org/wiki/" />
14 <link rel="contents" href="http://geda.seul.org/wiki/geda:example_usbjtag?do=index" title="Index" />
15 <link rel="alternate" type="application/rss+xml" title="Recent Changes" href="http://geda.seul.org/wiki/feed.php" />
16 <link rel="alternate" type="application/rss+xml" title="Current Namespace" href="http://geda.seul.org/wiki/feed.php?mode=list&ns=geda" />
17 <link rel="alternate" type="text/html" title="Plain HTML" href="http://geda.seul.org/wiki/_export/xhtml/geda:example_usbjtag" />
18 <link rel="alternate" type="text/plain" title="Wiki Markup" href="http://geda.seul.org/wiki/_export/raw/geda:example_usbjtag" />
19 <link rel="stylesheet" media="all" type="text/css" href="lib/exe/css" />
20 <link rel="stylesheet" media="screen" type="text/css" href="lib/exe/001css" />
21 <link rel="stylesheet" media="print" type="text/css" href="lib/exe/002css" />
22 </head>
23 <body>
24 <div class="dokuwiki export">
28 <h1><a name="example_usb-based_jtag_interface" id="example_usb-based_jtag_interface">Example USB-based JTAG interface</a></h1>
29 <div class="level1">
31 <p>
32 If you installed the gEDA Tool Suite from the distribution CD-ROM, then you should have this example of a USB-based JTAG interface in the:<br/>
33 <strong><code>{source-code_installation_path}geda-sources/gedagaf/geda-examples-20060123/gTAG</code></strong> <br/>
34 directory.
35 </p>
36 <pre class="code"> gTAG - USB to JTAG interface
37 ============================
39 This is the README file for the schematic of gTAG.
41 Short description
42 -----------------
43 gTAG is an interface to connect your USB port of computer to talk
44 to your circuits which talks JTAG.
46 Copyright
47 ---------
48 These schematics is (C) by Stefan Petersen (spe@stacken.kth.se) and
49 released under GPL (see the attached file COPYING). GPL is mainly
50 written for software, ie intellectual property in electronic form.
51 By making this schematic an intellectual property in electronic
52 form gTAG schematics can be covered by GPL.
54 How?
55 ----
56 These schematics are made with gschem and netlists are then generated
57 with gnetlist. Both gschem and gnetlist are part of gEDA
58 (http://www.geda.seul.org/).
60 Files
61 -----
62 The distribution of the schematics of gTAG should consist of:
63 * README - this file.
64 * COPYING - GPL copyright notice.
65 * crdist.sh - shell script used to generate the tar.gz.
66 * ChangeLog - tries to scribble down what has changed between versions.
67 * Four component symbols:
68 - 7414-1.sym - Original 7414 from gschem without power attributes.
69 - max882.sym - 5-to-3.3 V converter.
70 - cy7c64603-52nc.sym - USB microcontroller from Cypress.
71 - sn75240pw.sym - Surge supressor for USB
72 - copyleft.sym - Symbol with GPL text for all schematics.
73 * Five schematics with four symbols:
74 - gTAG.sch.sch - Toplevel schematic for gTAG
75 - gTAG-jtagio.[sym/sch]
76 - gTAG-ucont.[sym/sch]
77 - gTAG-consio.[sym/sch]
78 - gTAG-psu.[sym/sch]
79 * gEDA rc-files for this project:
80 - commonrc - contains common declarations for both gschem and gnetlist
81 - gnetlistrc - gnetlist specific and and calls commonrc
82 - gschemrc - gschem specific and and calls commonrc
83 </pre>
85 </div>
86 </div>
87 </body>
88 </html>