2013-01-07 06:02:33 +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" / >
< 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 >
2013-06-25 17:19:33 +08:00
< p > Milkymist-ng improves on the existing < a href = "mmsoc.html" > Milkymist SoC< / a > by introducing two key features:
2013-01-07 06:02:33 +08:00
< ul >
< li > Built on the powerful < a href = "migen.html" > Migen< / a > VLSI logic design system.< / li >
2013-06-25 17:19:33 +08:00
< li > Much increased system memory performance thanks to a new architecture (LASMI).< / li >
2013-01-07 06:02:33 +08:00
< / ul >
< / p >
2013-06-25 17:19:33 +08:00
< 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 >
2013-01-07 06:02:33 +08:00
< p > The repository is hosted by GitHub and is available < a href = "http://github.com/milkymist/milkymist-ng" > here< / a > .< / p >
2013-06-25 17:19:33 +08:00
< p > < a href = "http://github.com/milkymist/milkymist-ng" > Milkymist-ng< / 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 >
2013-01-07 06:02:33 +08:00
< / div >
< / body >
< / html >