Warning: mkdir() [
function.mkdir]: Permission denied in
/home/webs/affiliatelib2/CacheManager.php on line
12
Warning: mkdir() [
function.mkdir]: No such file or directory in
/home/webs/affiliatelib2/CacheManager.php on line
12
Warning: fopen(/home/templatecore2cache//*cluesnet.com/f5/f53b3eee4f1ecd69e462d1ce0aedd01c9a53c1df.tc2cache) [
function.fopen]: failed to open stream: No such file or directory in
/home/webs/affiliatelib2/CacheManager.php on line
130
Warning: fwrite(): supplied argument is not a valid stream resource in
/home/webs/affiliatelib2/CacheManager.php on line
131
Warning: fclose(): supplied argument is not a valid stream resource in
/home/webs/affiliatelib2/CacheManager.php on line
132
{{Infobox programming language|name = Impulse C|paradigm =|year = 2003|designer = Impulse_Accelerated_Technologies|developer = Impulse Accelerated Technologies|latest_release_version = 2.20|latest_release_date = 2006-12-20|typing =|implementations =|dialects =|influenced_by =
C Programming Language, Streams-C] and related embedded processors|license = FPGA compiler sold and distributed by Impulse Accelerated Technologies|website = www.ImpulseC.com-->
Impulse C is a subset of the C language combined with a C-compatible function library supporting Parallel_programming, in particular for programming of applications targeting
Field Programmable Gate Array devices. The Impulse C compiler has been developed by
Impulse_Accelerated_Technologies of Kirkland, Washington.
Impulse C Overview
Impulse C includes a
Compiler and related function library intended for development of FPGA-based applications. Impulse C is compatible with standard
ANSI_C, allowing standard C tools to be used for designing and debugging applications targeting FPGAs. The Impulse C compiler accepts a subset of C and generates FPGA hardware in the form of
Hardware_description_language files. Impulse C allows embedded systems designers and software programmers to target FPGA devices for C-language application acceleration.
Impulse C is distinct from standard C in that it provides a parallel Programming_model for mixed processor and FPGA platforms. For this purpose, Impulse C includes extensions to C, in the form of a small set of functions and datatypes, allowing applications written in standard C to be mapped efficiently onto coarse-grained parallel architectures that may include standard processors along with programmable FPGA hardware.
The Impulse C tools include hardware/software co-simulation tools as well as C-to-
Register_transfer_level scheduling/optimizing technology used to map application elements to hardware via FPGA
Logic_synthesis tools.
image:ImpulseC.JPG
Programming Model
Impulse C supports a variant of the Communicating_sequential_processes programming model, while remaining compatible with standard C tools such as debuggers and profilers. Impulse C is intended to simplify the creation of highly parallel algorithms, including mixed software/hardware algorithms, through the use of well-defined data communication, message passing and synchronization mechanisms. Impulse C is designed for dataflow-oriented, streaming applications, but is also designed to support alternate programming models including the use of shared memory as a communication mechanism.
In an Impulse C streaming application, hardware and software processes communicate primarily through buffered data streams that are implemented directly in hardware. This buffering of data, which is implemented using dual-clock FIFO generated by the compiler, makes it possible to write parallel applications at a relatively high level of abstraction, without the cycle-by-cycle synchronization that would otherwise be required.
Using Impulse C, an application can be partitioned to create a multiple-process implementation that is partitioned into hardware and software components, or implemented entirely within an FPGA device. For example, an image filtering application could be described using Impulse C as a collection of parallel, pipelined processes, each of which has been described using one or more C subroutines.
On the software side of the application, for example in an embedded FPGA processor, Impulse C library functions are used to open and close data streams, read or write data on the streams and, if desired, send status messages or poll for results. For processor-to-FPGA communications, stream reads and writes can be specified as operations that take advantage of FPGA-specific, internal or external bus interfaces.
On the hardware side of the application, Impulse C library functions and other C statements are compiled to generate equivalent, parallel hardware implementations in the form of synthesizable HDL files. These files are processed by FPGA tools to create FPGA hardware bitmaps.
At the heart of the Impulse C streaming programming model are processes and streams. Processes are independently synchronized, concurrently executing segments of an application. Hardware processes are written using a subset of standard C and perform the work of an application by accepting data, performing computations and generating outputs.In a typical application, data flows from process to process by means of buffered streams, or in some cases by means of messages and/or shared memories. The characteristics of each stream, including the width and depth of the generated FIFOs, may be specified in the C application.
Applications and Target Platforms
Impulse C is used for
Embedded_system applications, including
Image_processing and Digital_signal_processing algorithms, as well as for acceleration of high-performance computing applications including financial
Analytics,
Bioinformatics and
Scientific_computing.
Impulse C supports common FPGA devices including:
- Altera Cyclone
- Altera Stratix
- Xilinx Spartan
- Xilinx Virtex
Impulse C also supports common FPGA-based processing platforms including:
- Altera Nios_II
- Xilinx MicroBlaze
- Xilinx PowerPC
- Cray XD1 supercomputer
- Nallatech FPGA computing boards
- Opal Kelly XEM boards
- Pico Computing E-12 and E-14 Cardbus cards
- XtremeData XD1000
External links
- Startup Licenses Streams-C
- Impulse Accelerated Technologies