File: geda_example_usbjtag.html

package info (click to toggle)
geda-doc 1%3A1.4.0-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,344 kB
  • ctags: 1,363
  • sloc: sh: 742; makefile: 145
file content (88 lines) | stat: -rw-r--r-- 3,833 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
 lang="en" dir="ltr">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>geda:example_usbjtag</title>
<meta name="generator" content="DokuWiki Release rc2007-05-24" />
<meta name="robots" content="index,follow" />
<meta name="date" content="2007-05-24T22:27:25-0400" />
<meta name="keywords" content="geda,example_usbjtag" />
<link rel="search" type="application/opensearchdescription+xml" href="http://geda.seul.org/wiki/lib/exe/opensearch.php" title="geda Wiki" />
<link rel="start" href="http://geda.seul.org/wiki/" />
<link rel="contents" href="http://geda.seul.org/wiki/geda:example_usbjtag?do=index" title="Index" />
<link rel="alternate" type="application/rss+xml" title="Recent Changes" href="http://geda.seul.org/wiki/feed.php" />
<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="http://geda.seul.org/wiki/feed.php?mode=list&ns=geda" />
<link rel="alternate" type="text/html" title="Plain HTML" href="http://geda.seul.org/wiki/_export/xhtml/geda:example_usbjtag" />
<link rel="alternate" type="text/plain" title="Wiki Markup" href="http://geda.seul.org/wiki/_export/raw/geda:example_usbjtag" />
<link rel="stylesheet" media="all" type="text/css" href="lib/exe/css" />
<link rel="stylesheet" media="screen" type="text/css" href="lib/exe/001css" />
<link rel="stylesheet" media="print" type="text/css" href="lib/exe/002css" />
</head>
<body>
<div class="dokuwiki export">



<h1><a name="example_usb-based_jtag_interface" id="example_usb-based_jtag_interface">Example USB-based JTAG interface</a></h1>
<div class="level1">

<p>
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/>
 <strong><code>{source-code_installation_path}geda-sources/gedagaf/geda-examples-20060123/gTAG</code></strong> <br/>
 directory.
</p>
<pre class="code">		gTAG - 	USB to JTAG interface
		============================

This is the README file for the schematic of gTAG.

Short description
-----------------
gTAG is an interface to connect your USB port of computer to talk
to your circuits which talks JTAG.

Copyright
---------
These schematics is (C) by Stefan Petersen (spe@stacken.kth.se) and 
released under GPL (see the attached file COPYING). GPL is mainly 
written for software, ie intellectual property in electronic form. 
By making this schematic an intellectual property in electronic
form gTAG schematics can be covered by GPL.

How?
----
These schematics are made with gschem and netlists are then generated
with gnetlist. Both gschem and gnetlist are part of gEDA 
(http://www.geda.seul.org/).

Files
-----
The distribution of the schematics of gTAG should consist of:
* README - this file.
* COPYING - GPL copyright notice.
* crdist.sh - shell script used to generate the tar.gz.
* ChangeLog - tries to scribble down what has changed between versions.
* Four component symbols:
  - 7414-1.sym - Original 7414 from gschem without power attributes.
  - max882.sym - 5-to-3.3 V converter.
  - cy7c64603-52nc.sym - USB microcontroller from Cypress.
  - sn75240pw.sym - Surge supressor for USB
  - copyleft.sym - Symbol with GPL text for all schematics.
* Five schematics with four symbols:
  - gTAG.sch.sch - Toplevel schematic for gTAG
  - gTAG-jtagio.[sym/sch]
  - gTAG-ucont.[sym/sch]
  - gTAG-consio.[sym/sch]
  - gTAG-psu.[sym/sch]
* gEDA rc-files for this project:
  - commonrc - contains common declarations for both gschem and gnetlist
  - gnetlistrc - gnetlist specific and and calls commonrc
  - gschemrc   - gschem specific and and calls commonrc
</pre>

</div>
</div>
</body>
</html>