-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocumentation.html
More file actions
205 lines (152 loc) · 7.08 KB
/
documentation.html
File metadata and controls
205 lines (152 loc) · 7.08 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="img/openasip-logo-160x160.png" type="image/x-icon">
<link rel="icon" href="img/openasip-logo-160x160.png" type="image/x-icon">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="CPC group homepage">
<meta name="keywords" content="OpenASIP, TCE, TTA, ASP, ASIP, application-specific processors, toolset, EDA, LLVM, VLIW, customizable processors, processor design, tuni, codesign, architectures, research, tampere, university, hardware, software">
<meta name="author" content="CPC group">
<title>OpenASIP | Documentation</title>
<!-- Bootstrap Core CSS -->
<link href="cpc/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="cpc/css/cpc.css" rel="stylesheet">
<!-- Image carousel CSS -->
<link href="cpc/css/image_carousel.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="cpc/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<!--Navigation bar-->
<div id="nav-placeholder">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="https://openasip.org"><img src="img/openasip-logo-160x160.png" alt="OpenASIP logo"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="http://tuni.fi/cpc">CPC Group</a>
</li>
<li>
<a href="index.html">OpenASIP</a>
</li>
<li>
<a href="download.html">Download</a>
</li>
<li>
<a href="screenshots.html">Howto </a>
</li>
<li>
<a href="documentation.html">Docs</a>
</li>
<li>
<a href="tta.html">TTA</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
</div>
<!--end of Navigation bar-->
<div id="content">
<div class="container medium">
<div class="row">
<div class="col-sm">
<h1 class="section-heading">Documentation</h1>
<hr>
<h2>OpenASIP User manual</h2>
<p>The user manual for the latest OpenASIP release:
[<a href="https://github.com/cpc/openasip/raw/main/openasip/manual/OpenASIP_manual.pdf">PDF</a>]
</p>
<h2>Developer Documentation</h2>
<p>The best source for higher level design documentation are
the <a href="https://tuni.fi/cpc/publications.html#openasip-masters">master's theses</a>
written about different parts of the toolset.
</p>
<p>The Doxygen API documentation can be browsed <a href="apidocs">here</a>. </p>
<p>The description of the file format used to store architectures of designed
TTA processors called Architecture Definition File (ADF) can be downloaded
<a href="specs/ADF.pdf">here</a></p>
<p>The description of the file format used to TTA programs in a binary format
(note, it's not a <i>final executable</i>, the TTA Program Exchange Format (TPEF)
can be downloaded <a href="specs/TPEF.pdf">here</a></p>
<h2>Slide sets</h2>
<p>Slides and materials from different contributors about OpenASIP and TTA.
These can be used, e.g., in teaching or for giving OpenASIP tutorials/walk
throughs.</p>
<h3>OpenASIP tutorial</h3>
<p>These <a href="slides/OpenASIP_tour.ppt">slides</a>
(<a href="slides/OpenASIP_tour.pdf">in pdf</a>) can be used
to accompany the OpenASIP tour tutorial. Contains a brief intro to
OpenASIP and a walkthrough for the OpenASIP tour tutorial.</p>
<p>This <a href="slides/2018-06-OpenASIP-Tour-with-Clickable-Videos.pptx">slide set</a> (39M)
contains clickable videos and goes through most of the tool set.</p>
<p class="license_text">
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img
alt="Creative Commons License" style="border-width:0"
src="http://i.creativecommons.org/l/by/3.0/80x15.png" /></a><br />This work is
licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by/3.0/">Creative Commons
Attribution 3.0 Unported License</a>.
</p>
<h3>Intro to Transport Triggered Processors</h3>
<p>A <a href="slides/openasip_uo.ppt">slideset</a> from Jani Boutellier of
University of Oulu. Introduces the TTA concept and its programming
model.</p>
<p class="license_text">
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img
alt="Creative Commons License" style="border-width:0"
src="http://i.creativecommons.org/l/by/3.0/80x15.png" /></a><br />This work is
licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by/3.0/">Creative Commons
Attribution 3.0 Unported License</a>.
</p>
<h3>OpenASIP Tremor exercise</h3>
<p>
An OpenASIP exercise using <a href="http://www.xiph.org/vorbis/">Tremor
Ogg Vorbis decoder</a> as the test case. The exercise evaluates different
TTA architectures with and without custom operations. Download files and
instructions <a href="slides/tremor_exercise.tgz">here</a>.
</p>
<p class="license_text">
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img
alt="Creative Commons License" style="border-width:0"
src="http://i.creativecommons.org/l/by/3.0/80x15.png" /></a><br />These
instructions are licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by/3.0/">Creative Commons
Attribution 3.0 Unported License</a>.<br />
Tremor source code is licensed under the terms of
<a href="http://svn.xiph.org/trunk/Tremor/COPYING">Xiph.org foundation</a>.
</div>
</div>
</div>
</div>
</body>
</body>
</html>