web-legacy/mng.html

51 lines
2.1 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Milkymist Labs</title>
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<div id="logo"><img src="milkymist.svg">Milkymist Labs <a href="http://ehsm.eu"><img src="ehsm_web_banner_small.gif" style="float:right; border: 1px solid gray; margin-right: 5px;"></a></div>
<div id="topmenu"><a href="mmone.html">Products</a> <a href="mmsoc.html" class="selected">Technology</a> <a href="community.html">Community</a></div>
<div id="leftmenu">
<div id="leftmenutitle">Current</div>
<ul>
<li><a href="mmsoc.html">Milkymist SoC</a></li>
<li><a href="flickernoise.html">Flickernoise</a></li>
</ul>
<div id="leftmenutitle">In development</div>
<ul>
<li><a href="migen.html">Migen</a></li>
<li><a href="mng.html">Milkymist-ng</a></li>
</ul>
</div>
<div id="main">
<div id="illus"><img src="wafers.jpg" alt="source: http://en.wikipedia.org/wiki/File:Wafer_2_Zoll_bis_8_Zoll_2.jpg"></div>
<div id="title">Milkymist-ng</div>
<p>Milkymist-ng improves on the existing <a href="mmsoc.html">Milkymist SoC</a> by introducing two key innovations:
<ul>
<li>Built on the powerful <a href="migen.html">Migen</a> VLSI logic design system.</li>
<li>Much increased system memory performance thanks to a new architecture (ASMI) containing a transaction-reordering controller also capable of issuing multiple DRAM commands in a single system clock cycle.</li>
</ul>
</p>
<p>This will translate to better video resolution and quality, ease of designing complex hardware accelerators for novel effects, and much more flexibility in hardware designs.</p>
<p>The repository is hosted by GitHub and is available <a href="http://github.com/milkymist/milkymist-ng">here</a>.</p>
<p>Milkymist-ng will support both the Milkymist One and M<sup>3</sup> boards and, after it has matured enough, will replace the legacy Milkymist SoC.</p>
</div>
</body>
</html>