-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathindex.html
More file actions
182 lines (170 loc) · 7.11 KB
/
Copy pathindex.html
File metadata and controls
182 lines (170 loc) · 7.11 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
<!--
#-------------------------------------------------------------------------------
# Copyright (C) 2025 Eclipse Foundation
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#-------------------------------------------------------------------------------
-->
<!-- Test me locally, for example, with: `python3 -m http.server 8000` -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Unified RISC-V IP Access Platform</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Common stylesheet -->
<link rel="stylesheet" href="style.css" />
<!-- Font Awesome for footer icons -->
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.3.1/css/all.min.css" />
</head>
<body class="page-with-layout">
<!-- Shared header -->
<header>
<div class="nav-container">
<div class="nav-brand">
<a href="index.html">
<img src="images/unified-riscv-horizontal-logo.png"
alt="Unified RISC-V Logo"
class="nav-logo-img">
</a>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="unified-access.html">Unified Access</a></li>
<li><a href="editor.html">Editor</a></li>
<li><a href="help.html">Help</a></li>
</ul>
</nav>
</div>
</header>
<!-- Page content -->
<main>
<section class="hero">
<img src="images/logo_unified-riscv.png" alt="Unified RISC-V Logo" />
<h1>Unified RISC-V IP Access Platform</h1>
</section>
<section class="content-card">
<p>
Welcome to the <strong>European Unified RISC-V IP Access Platform</strong> — a structured and
expandable entry point designed to catalogue, document, and promote the IP assets initially
developed in various European research projects such as <strong><a href="https://tristan-project.eu/">TRISTAN</a></strong>,
<strong><a href="https://isolde-project.eu/">ISOLDE</a></strong>, and many others, with a specific focus on <strong>RISC-V</strong>.
</p>
<p>
This platform consolidates hardware and software components and offers a coherent view of their
maturity, usability, licensing, and integration workflows.
</p>
<p>
While not all elements are fully implemented yet, the platform already contributes to several
priority objectives, including:
</p>
<ul>
<li>
<strong>Improving visibility and accessibility</strong> by centralising information in a
single access point;
</li>
<li>
<strong>Strengthening exploitation foundations</strong> by clarifying how IPs relate to
project-level strategies;
</li>
<li>
<strong>Facilitating interoperability and documentation</strong> through initial workflow
descriptions and structured repository information;
</li>
<li>
<strong>Aligning practices</strong> with related initiatives beyond <strong>TRISTAN</strong>, such as
<strong>ISOLDE</strong>, <strong>Rigoletto</strong>, and others, to move toward consistent
governance and IP management;
</li>
<li>
<strong>Supporting internal and external adoption</strong> with clearer structures and
integration pathways.
</li>
</ul>
<p>
Additional features — such as KPI-based adoption monitoring, extended interoperability matrices,
reinforced internal tooling adoption, and long-term community-building activities — are planned
as part of the platform’s <strong>progressive roadmap</strong>.
</p>
<p>
The platform acts as a <strong>static unified access page</strong>, pointing to repositories
hosted on the <strong>OpenHW Foundation GitHub</strong>, automatically mirrored to a
European-hosted <strong>GitLab</strong> instance and to other public forges as applicable, or
maintained as private assets. It provides documentation, status information, and an evolving
structure designed to better support integration across toolchains, accelerators, and
infrastructure components.
</p>
<p>
Our ambition is to progressively transform this platform into a sustainable, interoperable, and
community-oriented resource for the broader <strong>RISC-V ecosystem</strong> — while
transparently reflecting the incremental progress being made.
</p>
<div class="access-button-container">
<a href="unified-access.html" class="access-button">
🚀 Access the Platform
</a>
</div>
</section>
<!-- Sponsors -->
<section id="sponsors" class="sponsors">
<h2 align="center">Supported by</h2>
<div class="sponsor-logos">
<a href="https://tristan-project.eu/" target="_blank">
<img src="images/tristan-logo.png" alt="TRISTAN Project" class="sponsor-logo">
</a>
<a href="https://isolde-project.eu/" target="_blank">
<img src="images/isolde-logo.png" alt="ISOLDE Project" class="sponsor-logo">
</a>
</div>
</section>
</main>
<!-- Shared footer -->
<footer>
<div class="footer-grid">
<!-- Column 1: EU -->
<div class="footer-col">
<h4>Funding</h4>
<img src="images/eu-funded.png" class="footer-logo" alt="Funded by the European Union">
<p>This platform is supported by the European Union.</p>
</div>
<!-- Column 2: Chips JU -->
<div class="footer-col">
<h4>Chips JU</h4>
<img src="images/chips-ju.png" class="footer-logo" alt="Chips JU">
<p>Part of the European Chips Joint Undertaking framework.</p>
</div>
<!-- Column 3: OpenHW + contact -->
<div class="footer-col">
<h4>OpenHW & Contact</h4>
<img src="images/openhw-logo.png" class="footer-logo" alt="OpenHW Logo">
<a href="mailto:info@openhwgroup.org" class="footer-icon">
<i class="fas fa-envelope"></i> info@openhwgroup.org
</a>
<a href="https://github.com/openhwgroup" class="footer-icon">
<i class="fab fa-github"></i> github.com/openhwgroup
</a>
<a href="https://www.linkedin.com/company/openhwgroup" class="footer-icon">
<i class="fab fa-linkedin"></i> @openhwgroup
</a>
<a href="https://openhwfoundation.org/" class="footer-icon">
<i class="fas fa-globe"></i> openhwfoundation.org
</a>
</div>
</div>
<div class="footer-bottom">
<p>
This project has received funding from the Chips Joint Undertaking (Chips JU)
under the European Union’s Horizon Europe Research and Innovation Programme,
and from the European Union, under Grant Agreements No. 101095947 (TRISTAN), 101112274 (ISOLDE).
</p>
<p>© 2025 Unified RISC-V IP Access Platform — All rights reserved.</p>
</div>
</footer>
</body>
</html>