update pointers

master
Sebastien Bourdeauducq 2013-11-23 11:24:30 +01:00
parent 1190ae0d7e
commit 4c2af091b9
6 changed files with 14 additions and 14 deletions

View File

@ -19,7 +19,7 @@
<div id="leftmenutitle">Quick links</div>
<ul>
<li><a href="http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org">Mailing list</a></li>
<li><a href="http://github.com/milkymist">Github</a></li>
<li><a href="http://github.com/m-labs">Github</a></li>
<li><a href="http://milkymist.org/wiki">Wiki</a></li>
</ul>
</div>
@ -28,8 +28,8 @@
<p>We'd love to hear from you! Here how you can communicate with us.</p>
<p>For most questions, the best way is to use <a href="http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org">the mailing list</a>. If you do not know how, simply send your message to devel at lists dot milkymist dot org.</p>
<p>A good means of contact is also the IRC channel #milkymist on Freenode:<br />
<iframe src="http://webchat.freenode.net?randomnick=1&#038;channels=milkymist" width="647" height="400"></iframe></p>
<p>A good means of contact is also the IRC channel #m-labs on Freenode:<br />
<iframe src="http://webchat.freenode.net?randomnick=1&#038;channels=m-labs" width="647" height="400"></iframe></p>
<p>We also have a sporadically used <a href="http://twitter.com/Milkymist_Labs">Twitter account</a>.</p>
@ -37,7 +37,7 @@
<p>Our devices are open source hardware and software. In fact, we go great lengths to apply the open source principles at every level possible, and are best known for the Milkymist system-on-chip (SoC) which is among the first commercialized system-on-chip designs with free HDL source code. As a result, several Milkymist technologies have even been reused in applications unrelated to video synthesis.</p>
<p>You can find all the source code and designs for our products on our <a href="http://github.com/milkymist">Github</a> page.</p>
<p>You can find all the source code and designs for our products on our <a href="http://github.com/m-labs">Github</a> page.</p>
<div id="title">Credits</div>
<p>Thank you for reading, and thanks to the many people who made Milkymist One possible - in no particular order:</p>

View File

@ -34,16 +34,16 @@
<p>Flickernoise is the video synthesis application optimized for the Milkymist One and the Milkymist SoC. It renders hardware-accelerated visual effects comparable (and, to some extent, compatible) with those of <a href="http://www.nullsoft.com/free/milkdrop">MilkDrop</a> 1.x, the popular audio visualization plug-in for Winamp.</p>
<p>Flickernoise allows the creation of visual patches and their connection with all the interfaces that the Milkymist One provides thanks to a built-in graphical user interface. Let the visuals react to sound and MIDI events, connect a camera and create live phantasmagoric images of yourself...</p>
<p>Flickernoise is covered by the GNU GPL license version 3. The source code is hosted by <a href="http://github.com/milkymist/flickernoise">Github</a>.</p>
<p>Flickernoise is covered by the GNU GPL license version 3. The source code is hosted by <a href="http://github.com/m-labs/flickernoise">Github</a>.</p>
<p>Flickernoise uses:<ul>
<li>The <a href="http://www.rtems.org">RTEMS</a> real-time operating system.</li>
<li>The <a href="http://www.yaffs.org">YAFFS</a> flash filesystem (modified version <a href="http://www.github.com/milkymist/rtems-yaffs2">here</a>).</li>
<li>The <a href="http://www.yaffs.org">YAFFS</a> flash filesystem (modified version <a href="http://www.github.com/m-labs/rtems-yaffs2">here</a>).</li>
<li>The <a href="http://www.libpng.org">libpng</a>, <a href="http://www.ijg.org">libjpeg</a>, <a href="http://www.ijg.org">openjpeg</a> and <a href="http://jbig2dec.sourceforge.net/">jbig2dec</a> image decompression libraries.</li>
<li>The <a href="http://www.freetype.org">freetype</a> font rendering system.</li>
<li>The <a href="http://www.mupdf.com">MuPDF</a> library for the online help system.</li>
<li><a href="http://www.github.com/milkymist/mtk">MTK</a>, a modified version of the <a href="http://www.genode-labs.com/products/fpga-graphics">Genode FX</a> embedded GUI toolkit, which provides all the elements for common user interaction (windows, buttons, etc.).</li>
<li><a href="http://www.github.com/milkymist/liboscparse">liboscparse</a>, a variant of <a href="http://liblo.sourceforge.net/">liblo</a>, for <a href="http://www.opensoundcontrol.org">OpenSoundControl</a> communications.</li>
<li><a href="http://www.github.com/m-labs/mtk">MTK</a>, a modified version of the <a href="http://www.genode-labs.com/products/fpga-graphics">Genode FX</a> embedded GUI toolkit, which provides all the elements for common user interaction (windows, buttons, etc.).</li>
<li><a href="http://www.github.com/m-labs/liboscparse">liboscparse</a>, a variant of <a href="http://liblo.sourceforge.net/">liblo</a>, for <a href="http://www.opensoundcontrol.org">OpenSoundControl</a> communications.</li>
</ul>
</p>

View File

@ -40,7 +40,7 @@
<p>Migen is the foundation for the <a href="mng.html">next-generation Milkymist SoC</a>, and is also used in the <a href="http://www.rhinoplatform.org">Rhino</a> software-defined radio platform.</p>
<p>You can find the Migen source <a href="http://github.com/milkymist/migen">here</a>, released under a <a href="https://github.com/milkymist/migen/blob/master/LICENSE">permissive license</a>.</p>
<p>You can find the Migen source <a href="http://github.com/m-labs/migen">here</a>, released under a <a href="https://github.com/m-labs/migen/blob/master/LICENSE">permissive license</a>.</p>
<p>
<b>Documentation</b><br />

View File

@ -34,7 +34,7 @@
<p>The Mixxeo is the first open source digital video mixer.</p>
<p>Built on the <a href="msc.html">MiSoC</a> and <a href="migen.html">Migen</a> technologies that originated from the development experience of the Milkymist One and unlike other mixers, the Mixxeo itself does everything and processes every pixel with our own <a href="http://github.com/milkymist">open source hardware and software</a>. This gives us exceptional control and customization possibilities.</p>
<p>Built on the <a href="msc.html">MiSoC</a> and <a href="migen.html">Migen</a> technologies that originated from the development experience of the Milkymist One and unlike other mixers, the Mixxeo itself does everything and processes every pixel with our own <a href="http://github.com/m-labs">open source hardware and software</a>. This gives us exceptional control and customization possibilities.</p>
<p>The Mixxeo will support mixing from two DVI or HDMI sources up to 720p60, with crossfade, fade to black and potentially other effects with a latency of less than two frames.</p>

View File

@ -33,7 +33,7 @@
<p>The Milkymist SoC is at the core of our devices, implemented (so far) in a FPGA.</p>
<p>The Milkymist <a href="http://en.wikipedia.org/wiki/System-on-chip">system-on-chip</a> uses the <a href="http://www.latticesemi.com/mico32">LatticeMico32</a> (LM32) core as a general purpose processor. It is a RISC 32-bit big endian CPU without a memory management unit (MMU). It is supported by the GCC compiler and can run <a href="http://www.rtems.com">RTEMS</a> and <a href="http://www.github.com/milkymist/linux-milkymist">uClinux</a>. There is also an <a href="https://github.com/milkymist/llvm-lm32">experimental back-end for LLVM</a> targeting this microprocessor.</p>
<p>The Milkymist <a href="http://en.wikipedia.org/wiki/System-on-chip">system-on-chip</a> uses the <a href="http://www.latticesemi.com/mico32">LatticeMico32</a> (LM32) core as a general purpose processor. It is a RISC 32-bit big endian CPU without a memory management unit (MMU). It is supported by the GCC compiler and can run <a href="http://www.rtems.com">RTEMS</a> and <a href="http://www.github.com/m-labs/linux-milkymist">uClinux</a>. There is also an <a href="https://github.com/m-labs/llvm-lm32">experimental back-end for LLVM</a> targeting this microprocessor.</p>
<p>The LM32 microprocessor is assisted by a texture mapping unit and a programmable floating point VLIW coprocessor which are used by the Flickernoise video synthesis software. It is also surrounded by various peripheral cores to support every I/O device of the Milkymist One. The system-on-chip interconnect uses three bridged buses and mixes the Wishbone protocol with two custom protocols used for configuration registers and high performance DMA with the SDRAM.</p>
@ -41,7 +41,7 @@
<p>The QEMU emulator can be used to run and debug Milkymist SoC binaries on another computer.</p>
<p>The SoC source distribution includes software libraries, the BIOS and the demonstration firmware, as well as test benches, LaTeX source for the documentation, build scripts, etc. The repository is hosted by GitHub and is available <a href="http://github.com/milkymist/milkymist">here</a>.</p>
<p>The SoC source distribution includes software libraries, the BIOS and the demonstration firmware, as well as test benches, LaTeX source for the documentation, build scripts, etc. The repository is hosted by GitHub and is available <a href="http://github.com/m-labs/milkymist">here</a>.</p>
<p>Milkymist SoC is phased out in favor of the more powerful <a href="msc.html">MiSoC</a>.</p>

View File

@ -40,9 +40,9 @@
<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>The repository is hosted by GitHub and is available <a href="http://github.com/m-labs/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><a href="http://github.com/m-labs/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>