web-legacy/index.html

78 lines
3.6 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>M-Labs &raquo; indie high-tech development</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="header">
<div id="headerinside">
<div id="logo"><a href="index.html"><img src="logo.png"></a></div>
<ul id="menu">
<li><a href="mixxeo.html">mixxeo</a></li>
<li><a href="gateware.html">gateware</a></li>
<li><a href="m1.html">m1</a></li>
<li><a href="about.html">about</a></li>
</ul>
</div>
</div>
<div style="width: 100%; background: #1d1d20;">
<div id="container">
<div class="pictures">
<div class="picture" style="width: 700px; margin-left: auto; margin-right: auto;">
<a href="mixxeo.html"><img src="mixxeo_render.jpg" class="picimg"></a>
<center><img src="mixxeo_logo_small.png"></center>
<p>The Mixxeo is the first open source digital video mixer. It will support mixing from two DVI or HDMI sources up to 720p60, with crossfade, fade to black and other effects with a latency of less than two frames.</p><p>End-user device planned for late 2014.</p>
<p><ul>
<li><a href="https://docs.google.com/forms/d/10o7PhkX2YdeHjoaV0noCN_-9WmJPMLMscpqqP1auNQ8/viewform?embedded=false">Sign up for email announcements</a></li>
<li><a href="mixxeo.html">More...</a></li>
</ul></p>
</div>
<br />
<div class="picture" style="width: 350px; float: left;">
<a href="gateware.html"><img src="wafer.jpg" class="picimg" alt="Wafer, CC-BY-SA Flickr intelfreepress"></a>
<h3>Gateware and system-on-chip design</h3>
<p>Traditional gateware design with Verilog and VHDL is well known to be tedious and inefficient. M-Labs have developed Migen, a Python-based HDL and toolbox that addresses many of their issues and makes gateware design more productive.</p>
<p>Built on Migen, MiSoC provides a high performance, flexible and lightweight solution to build system-on-chips for various applications.</p>
<p><ul><li><a href="gateware.html">More...</a></ul></li></p>
</div>
<div class="picture" style="width: 350px; float: right;">
<a href="m1.html"><img src="m1.jpg" class="picimg"></a>
<h3>Milkymist One</h3>
<p>Milkymist One is a digital video synthesizer released in 2011. It produces real-time visual effects similar to those of MilkDrop, with the extra possibility to use a camera or other video sources as inputs.</p>
<p>It is based on a custom open source Verilog system-on-chip design that contains the LM32 soft CPU with many custom peripherals such as a SDRAM controller that <a href="jpl_letter.jpg">went into space</a>, a VLIW floating-point coprocessor and a 2D texture mapping accelerator.</p>
<p><ul><li><a href="m1.html">More...</a></li></ul></p>
</div>
</div>
</div>
<div style="clear: both;"></div>
<div id="footer">
<div id="footerinside">
<table width="100%"><tr>
<td><p><img src="logo_small.png"><br /><br />fka the Milkymist project<br />est. 2007</p></td>
<td><p><b>M-Labs Limited</b><br />5/F., Yat Chau Building<br />262 Des Voeux Road Central<br />Hong Kong<br />+852-59362721</p></td>
<td><a href="https://webchat.freenode.net/?channels=m-labs">Freenode #m-labs</a><br /><a href="https://ssl.serverraum.org/lists/listinfo/devel/">Developer mailing list</a><br />
GitHub: <a href="https://github.com/m-labs">m-labs</a><br />
Twitter: @<a href="http://twitter.com/Milkymist_Labs">Milkymist_Labs</a><br />
</td>
</tr></table>
</div>
</div>
</body>
</html>