The Effect of Compiler Optimizations on High-Level Synthesis for FPGAs
The Effect of Compiler Optimizations on High-Level Synthesis for FPGAs
复制标题
编译器优化对 FPGA 高级综合的影响
DOI:
--
复制
发表时间:
2013
期刊:
影响因子:
--
通讯作者:
J. Anderson
中科院分区:
文献类型:
--
作者:
Qijing Huang;Ruolong Lian;Andrew Canis;Jongsok Choi;R. Xi;S. Brown;J. Anderson
We consider the impact of compiler optimizations on the quality of high-level synthesis (HLS)-generated FPGA hardware. Using a HLS tool implemented within the state-of-the-art LLVM [1] compiler, we study the effect of compiler optimizations on the hardware metrics of circuit area, execution cycles, Fmax, and wall-clock time. We evaluate 56 different compiler optimizations implemented within LLVM and show that some optimizations significantly affect hardware quality. Moreover, we show that hardware quality is also affected by the order in which optimizations are applied. We then present a new HLS-directed approach to compiler optimizations, wherein we execute partial HLS and profiling at intermittent points in the optimization process and use the results to judiciously undo the impact of optimization passes predicted to be damaging to the generated hardware quality. Results show that our approach produces circuits with 16% better speed performance, on average, versus using the standard -O3 optimization level.