-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.html
328 lines (255 loc) · 10.2 KB
/
demo.html
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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<meta name='description' content='Welcome to Perf-V world! Let's building computer & intelligence from scratch.'>
<meta name='theme-color' content='#ffcd00'>
<meta property='og:title' content='Demo • Perf-V'>
<meta property='og:description' content='Welcome to Perf-V world! Let's building computer & intelligence from scratch.'>
<meta property='og:url' content='http://perfv.org/demo.html'>
<meta property='og:site_name' content='Perf-V'>
<meta property='og:type' content='website'><meta property='og:updated_time' content='2018-09-18T12:13:11+08:00'/><meta name='twitter:card' content='summary'>
<meta name="generator" content="Hugo 0.54.0" />
<title>Demo • Perf-V</title>
<link rel='canonical' href='http://perfv.org/demo.html'>
<link href="http://perfv.org/demo/index.xml" rel="alternate" type="application/rss+xml" title="Perf-V" />
<link rel='alternate' hreflang='en' href='http://perfv.org/demo.html'><link rel='alternate' hreflang='x-default' href='http://perfv.org/demo.html'><link rel='alternate' hreflang='cn' href='http://perfv.org/cn/demo.html'>
<link rel='icon' href='./favicon.ico'>
<link rel='stylesheet' href='./assets/css/main.4267b3fa.css'><link rel='stylesheet' href='./css/custom.css'><style>
:root{--color-accent:#ffcd00;}
</style>
</head>
<body class='section type-demo has-sidebar'>
<div class='site'>
<div id='sidebar' class='sidebar'>
<a class='screen-reader-text' href='#main-menu'>Skip to Main Menu</a>
<div class='container'><section class='widget widget-about sep-after'>
<header>
<div class='logo'>
<a href='./'>
<img src='./images/logo.png'>
</a>
</div>
<h2 class='title site-title '>
Perf-V
</h2>
<div class='desc'>
Welcome to Perf-V world! Let's building computer & intelligence from scratch.
</div>
</header>
</section>
<section class='widget widget-taxonomy_cloud sep-after'>
<header>
<h4 class='title widget-title'>Tags</h4>
</header>
<div class='container list-container'>
<ul class='list taxonomy-cloud'><li>
<a href='./tags/new-features.html' style='font-size:1em'>New Features</a>
</li><li>
<a href='./tags/usb.html' style='font-size:1em'>USB</a>
</li><li>
<a href='./tags/perf-v.html' style='font-size:1em'>perf-v</a>
</li></ul>
</div>
</section>
</div>
<div class='sidebar-overlay'></div>
</div>
<div class='main'>
<nav id='main-menu' class='menu main-menu' aria-label='Main Menu'>
<div class='container'>
<a class='screen-reader-text' href='#content'>Skip to Content</a>
<button id='sidebar-toggler' class='sidebar-toggler' aria-controls='sidebar'>
<span class='screen-reader-text'>Toggle Sidebar</span>
<span class='open'><svg class='icon' viewbox='0 0 24 24' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true'>
<line x1="3" y1="12" x2="21" y2="12" />
<line x1="3" y1="6" x2="21" y2="6" />
<line x1="3" y1="18" x2="21" y2="18" />
</svg>
</span>
<span class='close'><svg class='icon' viewbox='0 0 24 24' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true'>
<line x1="18" y1="6" x2="6" y2="18" />
<line x1="6" y1="6" x2="18" y2="18" />
</svg>
</span>
</button>
<ul><li class='item'>
<a href='./index.html'>HOME</a>
</li><li class='item'>
<a href='./download.html'>DOWNLOAD</a>
</li><li class='item current'>
<a aria-current='page' href='./demo.html'>DEMO</a>
</li><li class='item'>
<a href='./purchase.html'>PURCHASE</a>
</li><li class='item'>
<a href='./about.html'>ABOUT</a>
</li><li class='item'>
<a href='./posts.html'>BLOG</a>
</li><li class='item'>
<a href='http://forum.perfv.org/'>FORUM</a>
</li><li class='item'>
<a href='./cn/index.html'>中文(CN)</a>
</li></ul>
</div>
</nav>
<header id='header' class='header site-header'>
<div class='container sep-after'>
<div class='header-info'><p class='site-title title'>Perf-V</p><p class='desc site-desc'>Welcome to Perf-V world! Let's building computer & intelligence from scratch.</p>
</div>
</div>
</header>
<main id='content'>
<header class='header'>
<div class='container sep-after'>
<div class='header-info'>
<h1 class='title'>Demo</h1>
</div>
</div>
</header>
<div class='entry'>
<div class='container entry-content'>
<!-- <style>
.dropbtn {
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #ffffff;
min-width auto;
box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
font-weight: 300;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {
background-color: #f1f1f1
}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: #3e8e41;
}
.wrap {
padding: 10px 0 0 10px;
width: 100%;
overflow: hidden;
}
.wrap .item {
position: relative;
float: left;
width: 25%;
height: 100px;
line-height: 80px;
text-align: center;
border: 1px solid #ffffff;
margin-bottom: 10px;
}
.wrap .item:hover {
z-index: 2;
border-color: #EFEFEF;
}
.btn {
border: none;
font-weight: 400;
margin-left: 0px;
padding-left: 0px;
}
.btn:hover {
outline: none;
border: none;
background-color: #FFFFFF;
color: #37474f;
}
.btn:active {
border: none;
outline: none;
background-color: #FFFFFF;
color: #37474f;
}
.btn:focus {
outline: none;
border: none;
background-color: #FFFFFF;
color: #47474f;
}
.perflink {
color: #035287;
font-weight: 600;
}
.perflink:hover {
text-decoration: underline;
color: #035287;
}
</style> -->
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?72da874e46df0db06656968a66188744";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<h1 id="video-demo-of-risc-v-integrated-development-environment-applied-for-perf-v">Video demo of RISC-V integrated development environment applied for Perf-V</h1>
<div align="center" style="margin-bottom: 20px;"> <iframe src="https://player.bilibili.com/player.html?aid=28245068&cid=48831180&page=1" scrolling="no" border="0" frameborder="no"
framespacing="0" allowfullscreen="true" width="100%" height="600px"> </iframe> </div>
<h1 id="a-demo-for-an-intelligent-tracking-car-implemented-with-risc-v-based-on-perf-v">A demo for an intelligent tracking car implemented with RISC-V based on Perf-V</h1>
<div align="center" style="margin-bottom: 20px;"> <iframe src="https://player.bilibili.com/player.html?aid=28245045&cid=48831147&page=1" scrolling="no" border="0" frameborder="no"
framespacing="0" allowfullscreen="true" width="100%" height="600px"> </iframe> </div>
<h1 id="a-demo-for-gluttonous-snake-game-based-on-perf-v">A demo for gluttonous snake game based on Perf-V</h1>
<div align="center" style="margin-bottom: 20px;"> <iframe src="https://player.bilibili.com/player.html?aid=28245021&cid=48831102&page=1" scrolling="no" border="0" frameborder="no"
framespacing="0" allowfullscreen="true" width="100%" height="600px"> </iframe> </div>
<h1 id="a-demo-for-real-time-display-of-camera-based-on-perf-v">A demo for Real-time display of camera based on Perf-V</h1>
<div align="center" style="margin-bottom: 20px;"> <iframe src="https://player.bilibili.com/player.html?aid=28244984&cid=48831062&page=1" scrolling="no" border="0" frameborder="no"
framespacing="0" allowfullscreen="true" width="100%" height="600px"> </iframe> </div>
<h1 id="a-demo-for-voltage-acquisition-based-on-perf-v">A demo for voltage acquisition based on Perf-V</h1>
<div align="center" style="margin-bottom: 20px;"> <iframe src="https://player.bilibili.com/player.html?aid=28244962&cid=48831027&page=1" scrolling="no" border="0" frameborder="no"
framespacing="0" allowfullscreen="true" width="100%" height="600px"> </iframe> </div>
<h1 id="a-demo-for-led-lattice-implemented-with-risc-v-based-on-perf-v">A demo for LED lattice implemented with RISC-V based on Perf-V</h1>
<div align="center" style="margin-bottom: 20px;"> <iframe src="https://player.bilibili.com/player.html?aid=28244938&cid=48830966&page=1" scrolling="no" border="0" frameborder="no"
framespacing="0" allowfullscreen="true" width="100%" height="600px"> </iframe> </div>
<h1 id="toolchain-introduction">Toolchain Introduction</h1>
<ol>
<li><p>It has a complete compiling and downloading environment, and it is easy to operate.</p></li>
<li><p>How to use
<img src="./images/demo/TTUC0{HHNQ@J(O2C31R~)EX.png" alt="Pic 1" />
(1) Download soft core toperf-v by using vivado
<img src="./images/demo/pic2.png" alt="Pic 2" />
(2) The compiler can be compiled by executing the corresponding compiler command with the supplied makefile. As shown in the picture
<img src="./images/demo/pic3.png" alt="Pic 3" />
(3) You can download the program to the development board with the supplied makefile and execute the corresponding download command. As shown in the picture.
<img src="./images/demo/pic4.png" alt="Pic 4" />
(4) Example: the effect of downloading the tricolor LED program to the board is shown in the following figure:
<img src="./images/demo/pic5.jpg" alt="Pic 5" /></p></li>
</ol>
</div>
</div>
<div class='container list-container'>
<ul class='list'>
</ul>
</div>
</main>
<footer id='footer' class='footer'>
<div class='container sep-before'><section class='widget widget-social_menu sep-after'><nav aria-label='Social Menu'>
<ul></ul>
</nav>
</section><div class='copyright'>
<p>Copyright © 2019 PerfXLab All Rights Reserved</p>
</div>
</div>
</footer>
</div>
</div><script>window.__public_path__='\/assets\/js\/'</script>
<script src='./assets/js/main.59f76c44.js'></script><script src='./js/custom.js'></script>
</body>
</html>