Jump to content

M-Labs

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Nerd bzh (talk | contribs) at 19:18, 22 April 2011. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Milkymist One
ManufacturerSharism at Work Ltd.
TypeVideo synthesizer
Release dateDecember 27, 2010 (2010-12-27) (early developer kit)
Introductory price380 EUR (early developer kit)
Operating systemRTEMS, Linux
CPULatticeMico32 in a Xilinx Spartan-6 FPGA
Memory128MB DDR SDRAM
Storage32MB built-in NOR flash, memory card
DisplaySVGA up to 140MHz pixel clock (1280x1024)
InputUSB keyboard and mouse
CameraExternal (CVBS digitizer)
ConnectivityDMX512, MIDI, OpenSoundControl, AC97 audio, Ethernet, RC-5 infrared, USB, GPIO
Power5W
Dimensions150 x 125 x 30 mm

The Milkymist project is an informal organization of people and companies who develop, manufacture and sell a comprehensive open source solution for the live synthesis of interactive visual effects for VJs. The project goes great lengths to apply the open source principles at every level possible, and is 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 been reused in applications unrelated to video synthesis. For example, NASA's Communication Navigation and Networking Reconfigurable Testbed (CoNNeCT) experiment uses the memory controller that was originally developed for the Milkymist system-on-chip[1] and published under the GNU GPL.

The project was presented at several open source and hacker conferences such as the Chaos Communication Congress[2], FOSDEM[3] and Libre Software Meeting[4]. It was also featured on the Make Magazine blog[5] and included in their "ultimate open source hardware gift guide 2010"[6].

Milkymist SoC

Block diagram of the Milkymist SoC

The Milkymist system-on-chip uses the LatticeMico32 (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 RTEMS and uClinux.

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.

The architecture of the Milkymist system-on-chip is largely documented in the project founder's Master thesis report[1]. Most components of the system-on-chip, except the LatticeMico32 core, were custom developed and placed under the GNU GPL license.

The QEMU emulator can be used to run and debug Milkymist SoC binaries[7] on another computer.

Milkymist One

Flickernoise

References

  1. ^ a b Bourdeauducq, Sebastien (2010-06). "A performance-driven SoC architecture for video synthesis". KTH. Retrieved 2011-04-22. {{cite web}}: Check date values in: |date= (help)
  2. ^ "26C3 schedule". Retrieved 2011-04-22.
  3. ^ "Milkymist : Pushing further the limits of electronics openness". Retrieved 2011-04-22.
  4. ^ "Milkymist : a free System-on-Chip for real-time video". Retrieved 2011-04-22.
  5. ^ "Make: Online: Milkymist :: Interactive VJ Station". Retrieved 2011-04-22.
  6. ^ "Make: Online: The Ultimate Open Source Hardware Gift Guide 2010". Retrieved 2011-04-22.
  7. ^ "QEMU development mailing list". Retrieved 2011-04-22.