1 | Microelectronic allows to integrate complicated functions into products, to increase their |
---|
2 | commercial attractivity and to improve their competitivity. Multimedia and communication |
---|
3 | sectors have taken advantage from microelectronics facilities thanks to developpment of |
---|
4 | design methodologies and tools for real time embedded systems. Many other sectors could |
---|
5 | benefit from microelectronics if these methologies and tools are adapted to their features. |
---|
6 | The Non Recurring Engineering (NRE) costs involded in designing and manufacturing an ASIC is |
---|
7 | very high. It costs several milliars of euros for IC factory and several millions to fabricate |
---|
8 | a specific circuit for example a conservative estimate for a 65nm ASIC project is 10 million USD. |
---|
9 | Consequently, it is generally unfeasible to design and fabricate ASICs in |
---|
10 | low volumes and ICs are designed to cover a broad applications spectrum at the cost of |
---|
11 | performance degradation. |
---|
12 | \\ |
---|
13 | Today, FPGAs become important actors in the computational domain that was originally dominated |
---|
14 | by microprocessors and ASICs. Just like microprocessors FPGA based systems can be reprogrammed |
---|
15 | on a per-application basis. At the same time, FPGAs offer significant performance benefits over |
---|
16 | microprocessors implementation for a number of applications. Although these benefits are still |
---|
17 | generally an order of magnitude less than equivalent ASIC implementations, low costs |
---|
18 | (500 euros to 10K euros), fast time to market and flexibility of FPGAs make them an attractive |
---|
19 | choice for low-to-medium volume applications. |
---|
20 | Since their introduction in the mid eighties, FPGAs evolved from a simple, |
---|
21 | low-capacity gate array technology to devices (Altera STRATIX III, Xilinx Virtex V) that |
---|
22 | provide a mix of coarse-grained data path units, memory blocks, microprocessor cores, |
---|
23 | on chip A/D conversion, and gate counts by millions. This high logic capacity allows to implement |
---|
24 | complex systems like multi-processors platform with application dedicated coprocessors. |
---|
25 | Table~\ref{fpga_market} shows the estimation of FPGA worldwide market in the next years covering |
---|
26 | various application domains. The ``high end'' lines concern only FPGA with high logic capacity able |
---|
27 | to implement complex systems. |
---|
28 | This market is in significant expansion and is estimated to 914\,M\$ in 2012. |
---|
29 | Using FPGA limits the NRE costs to design cost. This boosts the developpment of methodologies |
---|
30 | and tools to automize design and reduce its cost. |
---|
31 | \begin{table}\leavevmode\center |
---|
32 | \begin{tabular}{|l|l|l|l|}\hline |
---|
33 | Segment & 2010 & 2011 & 2012 \\\hline\hline |
---|
34 | Communications & 1,867 & 1,946 & 2,096 \\ |
---|
35 | High end & 467 & 511 & 550 \\\hline |
---|
36 | Consumer & 550 & 592 & 672 \\ |
---|
37 | High end & 53 & 62 & 75 \\\hline |
---|
38 | Automotive & 243 & 286 & 358 \\ |
---|
39 | High end & - & - & - \\\hline |
---|
40 | Industrial & 1,102 & 1,228 & 1,406 \\ |
---|
41 | High end & 177 & 188 & 207 \\\hline |
---|
42 | Military/Aereo & 566 & 636 & 717 \\ |
---|
43 | High end & 56 & 65 & 82 \\\hline\hline |
---|
44 | Total FPGA/PLD & 4,659 & 5,015 & 5,583 \\ |
---|
45 | Total High-End FPGA & 753 & 826 & 914 \\\hline |
---|
46 | \end{tabular} |
---|
47 | \caption{\label{fpga_market} Gartner estimation of worldwide FPGA/PLD consumption (Millions \$)} |
---|
48 | \end{table} |
---|
49 | \par |
---|
50 | Today, several companies (atipa, blue-arc, Bull, Chelsio, Convey, CRAY, DataDirect, DELL, hp, |
---|
51 | Wild Systems, IBM, Intel, Microsoft, Myricom, NEC, nvidia etc) are making systems where demand |
---|
52 | for very high performance (HPC) primes over other requirements. They tend to use the highest |
---|
53 | performing devices like Multi-core CPUs, GPUs, large FPGAs, custom ICs and the most innovative |
---|
54 | architectures and algorithms. Companies show up in different "traditional" applications and market |
---|
55 | segments like computing clusters (ad-hoc), servers and storage, networking and Telecom, ASIC |
---|
56 | emulation and prototyping, Mil/aero etc. HPC market size is estimated today by FPGA providers |
---|
57 | to 214\,M\$. |
---|
58 | This market is dominated by Multi-core CPUs and GPUs based solutions and the expansion |
---|
59 | of FPGA-based solutions is limited by the flow automation. Nowadays, there are neither commercial |
---|
60 | nor free tools covering the whole design process. |
---|
61 | For instance, with SOPC Builder from Altera, users can select and parameterize IP components |
---|
62 | from an extensive drop-down list of communication, digital signal processor (DSP), microprocessor |
---|
63 | and bus interface cores, as well as incorporate their own IP. Designers can then generate |
---|
64 | a synthesized netlist, simulation test bench and custom software library that reflect the hardware |
---|
65 | configuration. |
---|
66 | Nevertheless, SOPC Builder does not provide any facilities to synthesize coprocessors\emph{I |
---|
67 | (Steven) disagree : the C2H compiler bundled with SOPCBuilder does a pretty good job at this} and to |
---|
68 | simulate the platform at a high design level (system C). |
---|
69 | In addition, SOPC Builder is proprietary and only works together with Altera's Quartus compilation |
---|
70 | tool to implement designs on Altera devices (Stratix, Arria, Cyclone). |
---|
71 | PICO [CITATION] and CATAPULT [CITATION] allow to synthesize coprocessors from a C++ description. |
---|
72 | Nevertheless, they can only deal with data dominated applications and they do not handle the |
---|
73 | platform level. |
---|
74 | The Xilinx System Generator for DSP [http://www.xilinx.com/tools/sysgen.htm] is a plug-in to |
---|
75 | Simulink that enables designers to develop high-performance DSP systems for Xilinx FPGAs. |
---|
76 | Designers can design and simulate a system using MATLAB and Simulink. The tool will then |
---|
77 | automatically generate synthesizable Hardware Description Language (HDL) code mapped to Xilinx |
---|
78 | pre-optimized algorithms. |
---|
79 | However, this tool targets only DSP based algorithms. |
---|
80 | \\ |
---|
81 | Consequently, designers developping an embedded system needs to master for example |
---|
82 | SoCLib for design exploration, |
---|
83 | SOPC Builde at the platform level, |
---|
84 | PICO for synthesizing the data dominated coprocessors |
---|
85 | and Quartus for design implementation. |
---|
86 | This requires an important tools interfacing effort and makes the design process very complex |
---|
87 | and achievable only by designers skilled in many domains. |
---|
88 | COACH project integrates all these tools in the same framework masking them to the user. |
---|
89 | The objective is to allow \textbf{pure software} developpers to realize embedded systems. |
---|
90 | \par |
---|
91 | The combination of the framework dedicated to software developpers and FPGA target, allows to gain |
---|
92 | market share over Multi-core CPUs and GPUs HPC based solutions. |
---|
93 | Moreover, one can expect that small and even very small companies will be able to propose embedded |
---|
94 | system and accelerating solutions for standard software applications with acceptable prices, thanks |
---|
95 | to the elimination of huge hardware investment in opposite to ASIC based solution. |
---|
96 | \\ |
---|
97 | This new market may explose like it was done by micro-computing in eighties. This success were due |
---|
98 | to the low cost of first micro-computers (compared to main frame) and the advent of high level |
---|
99 | programming languages that allow a high number of programmers to launch start-ups in software |
---|
100 | engineering. |
---|
101 | |
---|