-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
60 lines (45 loc) · 1.84 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<title>Implementació d'un Sistema RISC-V en FPGA amb suport per Linux</title>
</head>
<body>
<header>
<h1> Implementació d'un Sistema RISC-V en FPGA amb suport per Linux </h1>
</header>
<section class="info">
<h3> Oscar Lostes Cazorla </h3>
<p> TFG en Enginyeria Informàtica </p>
<p> Escola d’enginyeria </p>
<p> Universitat Autònoma de Barcelona </p>
<p> Febrer de 2022 </p>
</section>
<aside><img src="/docs/Informe Final/img/leds.png" alt="Leds"></aside>
<section class="toc">
<h2> Taula de continguts </h2>
<ul>
<li>
<a href=""> Documentació </a>
<ul>
<li><a href="/docs/Informe inicial/Informe_inicial.pdf"> Informe Inicial </a></li>
<li><a href="/docs/Informe Seguiment I/Informe_Seguiment_I.pdf"> Informe de Seguiment I </a></li>
<li><a href="/docs/Informe Seguiment II/Informe_Seguiment_II.pdf"> Informe de Seguiment II </a></li>
<li><a href="/docs/Informe Final/Informe_inicial.pdf"> Informe Final </a></li>
</ul>
</li>
<li><a href="/quartus/"> Projecte de Quartus </a></li>
<li><a href="/uabChip/"> Configuració i codi ensamblador </a></li>
</ul>
</section>
<section class="gh">
<h4> Link al GitHub del projecte: <a href="https://github.com/ThePituLegend/RISC-V_DE10-Nano"> RISC-V DE10-Nano </a></h4>
</section>
<footer>
<p> Febrer de 2022 | Oscar Lostes Cazorla </p>
</footer>
</body>
</html>