2014-01-31 06:38:48 +08:00
< !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" / >
2016-10-19 15:44:12 +08:00
< title > M-Labs » open tools for open physics< / title >
2016-06-05 23:31:10 +08:00
2014-01-31 06:38:48 +08:00
< link rel = "stylesheet" type = "text/css" media = "screen" href = "style.css" / >
2014-02-22 04:24:38 +08:00
< link rel = "icon" type = "image/png" href = "favicon.png" / >
2014-01-31 06:38:48 +08:00
< / head >
< body >
< div id = "header" >
< div id = "headerinside" >
< div id = "logo" > < a href = "index.html" > < img src = "logo.png" > < / a > < / div >
< ul id = "menu" >
2015-01-16 19:23:15 +08:00
< li > < a href = "artiq/index.html" > artiq< / a > < / li >
2016-06-05 23:31:10 +08:00
< li > < a href = "solvespace/index.html" > solvespace< / a > < / li >
2014-01-31 06:38:48 +08:00
< li > < a href = "gateware.html" > gateware< / a > < / li >
2016-02-24 19:56:29 +08:00
< li > < a href = "video.html" > video< / a > < / li >
< li > < a href = "public_events.html" > events< / a > < / li >
2014-01-31 06:38:48 +08:00
< li > < a href = "about.html" > about< / a > < / li >
< / ul >
< / div >
< / div >
< div style = "width: 100%; background: #1d1d20;" >
< div id = "container" >
< div class = "pictures" >
2016-06-05 23:31:10 +08:00
2014-01-31 06:38:48 +08:00
< div class = "picture" style = "width: 700px; margin-left: auto; margin-right: auto;" >
2016-05-02 14:47:03 +08:00
< center > < a href = "artiq/index.html" > < img src = "artiq.jpg" > < / a > < / center >
2015-01-16 19:23:15 +08:00
< p > ARTIQ (Advanced Real-Time Infrastructure for Quantum physics) is a next-generation control system for quantum information experiments, being developed in partnership with the Nobel prize-winning < a href = "http://www.nist.gov/pml/div688/grp10/index.cfm" > Ion Storage Group< / a > at NIST.< / p >
2014-08-14 00:24:22 +08:00
< 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 >
2015-01-31 14:51:18 +08:00
< p > < ul >
< li > Press release: < a href = "http://nist.gov/pml/div688/grp10/open-source-software-for-quantum-information.cfm" > Open-Source Software for Quantum Information< / a > < / li >
< li > < a href = "artiq/index.html" > More...< / a > < / li >
< / ul > < / p >
2014-01-31 06:38:48 +08:00
< / div >
< br / >
2014-08-14 00:24:22 +08:00
< 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 >
2014-01-31 06:38:48 +08:00
< 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 >
2014-08-14 00:24:22 +08:00
< p > < ul > < li > < a href = "gateware.html" > More...< / a > < / li > < / ul > < / p >
< / div >
2014-01-31 06:38:48 +08:00
< / div >
< / div >
< div style = "clear: both;" > < / div >
< div id = "footer" >
< div id = "footerinside" >
< table width = "100%" > < tr >
2016-09-21 17:28:50 +08:00
< 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 >
2014-01-31 06:38:48 +08:00
< 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 / >
2014-03-28 12:16:25 +08:00
Twitter: @< a href = "http://twitter.com/M_Labs_Ltd" > M_Labs_Ltd< / a > < br / >
2014-01-31 06:38:48 +08:00
< / td >
< / tr > < / table >
< / div >
< / div >
< / body >
< / html >