-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (23 loc) · 1020 Bytes
/
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
---
layout: default
---
<div class="row">
<div class="text-container">
<p>
Demolicious is a general purpose SIMT inspired computer. It is specialized to handle parallel rendering of computer graphics. The performance of the system scales linearly with the amount of cores.
</p>
<p>
In addition, this system is the first of its kind in this project with an HDMI output. Computer generated graphics was chosen as a showcase application, and was successfully demonstrated on an HDMI enabled screen.
It features a multi-core architecture, and is designed to maximize processor core utilization by hiding memory latency.
</p>
<p>
The system has been implemented on a PCB, using a backup oriented design philosophy, and has passed testing and verification.
</p>
<p>
Code available on <a href="https://github.com/dmpro2014">github.com/dmpro2014</a>.
</p>
</div>
</div>
<div class="row">
<a class="button" href="demolicious.pdf">Download report</a>
</div>