web-legacy/msc.html

60 lines
2.3 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</div>
<div id="topmenu"><a href="mixxeo.html">Products</a> <a href="migen.html" class="selected">Technology</a> <a href="community.html">Community</a></div>
<div id="leftmenu">
<div id="leftmenutitle">Current</div>
<ul>
<li><a href="migen.html">Migen</a></li>
<li><a href="msc.html">MiSoC</a></li>
</ul>
<div id="leftmenutitle">Legacy</div>
<ul>
<li><a href="mmsoc.html">Milkymist SoC</a></li>
<li><a href="flickernoise.html">Flickernoise</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">MiSoC</div>
<p>MiSoC improves on the existing <a href="mmsoc.html">Milkymist SoC</a> by introducing two key features:
<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 (LASMI).</li>
</ul>
</p>
<p>This translates to more development productivity, better video resolution and quality, ease of designing complex hardware accelerators, and much more flexibility in hardware designs.</p>
<p>The repository is hosted by GitHub and is available <a href="http://github.com/milkymist/misoc">here</a>.</p>
<p><a href="http://github.com/milkymist/misoc">MiSoC</a> supports the Milkymist One and Mixxeo boards, and some other boards are supported by the unofficial ports below.</p>
<p><b>Unofficial ports</b><br />
<ul>
<li><a href="https://github.com/Florent-Kermarrec/milkymist-ng-de0nano">Altera DE0-Nano</a></li>
<li><a href="https://github.com/Florent-Kermarrec/milkymist-ng-kc705">Xilinx KC705</a></li>
<li><a href="https://github.com/fallen/nexys3-milkymist-ng">Digilent Nexys 3</a></li>
<li><a href="https://github.com/jordens/avnet-lx9-milkymist-ng">Avnet LX9 Microboard</a></li>
</ul>
</p>
</div>
</body>
</html>