|
| This Article | ||
| ||
| Share | ||
| Bibliographic References | ||
| Add to: | ||
| | ||
| Search | ||
| ||
| ASCII Text | x | ||
| Timothy J. Callahan, John R. Hauser, John Wawrzynek, "The Garp Architecture and C Compiler," Computer, vol. 33, no. 4, pp. 62-69, April, 2000. | |||
| BibTex | x | ||
| @article{ 10.1109/2.839323, author = {Timothy J. Callahan and John R. Hauser and John Wawrzynek}, title = {The Garp Architecture and C Compiler}, journal ={Computer}, volume = {33}, number = {4}, issn = {0018-9162}, year = {2000}, pages = {62-69}, doi = {http://doi.ieeecomputersociety.org/10.1109/2.839323}, publisher = {IEEE Computer Society}, address = {Los Alamitos, CA, USA}, } | |||
| RefWorks Procite/RefMan/Endnote | x | ||
| TY - MGZN JO - Computer TI - The Garp Architecture and C Compiler IS - 4 SN - 0018-9162 SP62 EP69 EPD - 62-69 A1 - Timothy J. Callahan, A1 - John R. Hauser, A1 - John Wawrzynek, PY - 2000 VL - 33 JA - Computer ER - | |||
Various projects and products have been built using off-the-shelf field-programmable gate arrays (FPGAs) as computation accelerators for specific tasks. Such systems typically connect one or more FPGAs to the host computer via an I/O bus. Some have shown remarkable speedups, albeit limited to specific application domains.
Many factors limit the general usefulness of such systems. Long reconfiguration times prevent acceleration of applications that spread their time over many different tasks. Low-bandwidth paths for data transfer limit the usefulness of such systems to tasks that have a high compute-to-memory-bandwidth ratio. In addition, standard FPGA tools require hardware design expertise beyond the knowledge of most programmers.
To help investigate the viability of connected FPGA systems, the authors designed their own architecture called Garp and experimented with running applications on it. They are also investigating whether Garp's design enables automatic, fast, effective compilation across a broad range of applications. They present their results in this article.

