XMOS

XMOS Limited
Type Private
Industry Semiconductors
Founded July 2005
Founder(s) Ali Dixon, James Foster, Noel Hurley, David May, and Hitesh Mehta
Headquarters Bristol, United Kingdom
Products Microprocessors / Microcontrollers, XCore XS1-G4, XCore XS1-L1
Website xmos.com

XMOS is a fabless semiconductor company that develops multi-core multi-threaded processors designed to execute several real-time tasks, DSP, and control flow all at once.

Contents

Company history

XMOS was founded in July 2005 by Ali Dixon (then final-year student at the University of Bristol), James Foster (former CEO of Oxford Semiconductor), Noel Hurley (formerly at ARM Holdings), David May (former chief architect of Inmos), and Hitesh Mehta (Acacia Capital Partners). It received seed funding from the University of Bristol enterprise fund, and Wyvern seed fund (formerly the Sulis Seedcorn fund).

In the autumn of 2006, XMOS secured funding from Amadeus Capital Partners, DFJ Esprit, and Foundation Capital[1]. The name XMOS is a loose reference to Inmos[2]. Some concepts found in XMOS technology are part of the Transputer legacy.

XMOS' processor technology is general-purpose and has therefore been exploited in a range of different markets, including audio[3], LED tiles[4], communications[5], robotics and amateur innovation[6]. This enables third parties to establish products and businesses based around the technology - and in June 2009, it was announced that venture capital firms were considering funding XMOS-related startups[7].

In December 2009 XMOS launched a community website, the XCore Exchange as a site to enable and encourage innovative and entrepreneurial discussion and collaboration.

Products

XMOS has developed several core pieces of technology including a multi-threaded multi-core processor; an interconnect switch that can route messages between cores, and a link that can be used to interconnect switches and carry traffic using a transition-based protocol.

XMOS coined the term Software Defined Silicon to describe hardware devices that can be programmed to implement low level I/O protocols. XMOS describes its processors as event-driven.

The technology has been embodied in the XS1-G4 XCore processor (a four-core device that can run up to 32 real time tasks), and the XS1-L1 (a single core device that can run up to 8 real time tasks). Each core has up to 64 I/O pins that are under software control. The LLVM compiler and GDB have been ported to target the XCore family.

XMOS has also developed free programming tools that support C and C++ (through LLVM) and XC (a language developed to best exploit the architecture) through an XMOS-originated compiler. The programming tools are multi-platform and can be used from the command line or from an Eclipse-based GUI.

XMOS has produced a range of development kits for those wishing to develop using their processors. In November 2009, the first non-XMOS development kit using XMOS technology was released by SparkFun Electronics[8].

Programming XMOS Processors

XMOS processors can be programmed using C, C++ or XC - or even native assembler. LLVM-based C and C++ compilers exist as well as an XMOS-developed XC compiler. Some of the hardware features are best exploited using the language XC - which is a subset of the C programming language extended with high-level programming constructs for explicit concurrency and timed I/O.

References

External links