web-legacy/index.html

72 lines
3.0 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; open tools for open physics</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="artiq/index.html">artiq</a></li>
<li><a href="solvespace/index.html">solvespace</a></li>
<li><a href="gateware.html">gateware</a></li>
<li><a href="video.html">video</a></li>
<li><a href="about.html">about</a></li>
</ul>
</div>
</div>
<div style="width: 100%; background: #fff;">
<div id="container">
<div class="pictures">
<div class="picture" style="width: 700px; margin-left: auto; margin-right: auto;">
<center><a href="artiq/index.html"><img src="artiq.jpg"></a></center>
<p>ARTIQ (Advanced Real-Time Infrastructure for Quantum physics) is a leading-edge control system for quantum information experiments, initiated and supported by the <a href="https://www.nist.gov/pml/time-and-frequency-division/ion-storage">Ion Storage Group</a> at NIST.</p>
<p>The system features a high-level programming language that helps describing complex experiments, which is compiled and executed on dedicated hardware with nanosecond timing resolution and sub-microsecond latency.</p>
<p><ul>
<li><a href="artiq/index.html">More...</a></li>
</ul></p>
</div>
<br />
<div class="picture" style="width: 700px; margin-left: auto; margin-right: auto;">
<a href="gateware.html"><img src="wafer.jpg" class="picimg" alt="Intel Sandy Bridge 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></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 />Open tools for open physics</p></td>
<td><p><b>M-Labs Limited</b><br />Workshop 15B 6/F Block B1<br />17 Ko Fai Road, Yau Tong<br />Hong Kong<br />+852-59362721</p></td>
<td><a href="https://webchat.freenode.net/?channels=m-labs">Freenode #m-labs</a><br />
GitHub: <a href="https://github.com/m-labs">m-labs</a><br />
Twitter: @<a href="http://twitter.com/M_Labs_Ltd">M_Labs_Ltd</a><br />
</td>
</tr></table>
</div>
</div>
</body>
</html>