Automatic compilation flow for a coarse-grained reconfigurable processor

Hao Wang,Weiguang Sheng,Weifeng He
DOI: https://doi.org/10.1109/ASICON.2011.6157298
2011-01-01
Abstract:Reconfigurable processor is widely used in multimedia applications. Its performance depends not only on good hardware design but also on compilers that can quickly create efficient configurations. This paper describes an automatic compilation flow for REmus - a coarse-grained reconfigurable processor. The front-end of the compiler extracts code sections with high parallelism degree from the application and generates corresponding DFGs (data flow graph). The back-end of the compiler maps the DFGs onto the reconfigurable computing array. The suitability of the compiler for the target application domain is illustrated with code samples of MPEG-2. Experimental results indicate that the compilation flow can map the C code onto REmus automatically and 4.49x to 6.23x speed-up is achieved in comparison with implementation of general-purpose processor. © 2011 IEEE.
What problem does this paper attempt to address?