Technologies (Dec 2018)

A High-Level Synthesis Implementation and Evaluation of an Image Processing Accelerator

  • Dimitris Tsiktsiris,
  • Dimitris Ziouzios,
  • Minas Dasygenis

DOI
https://doi.org/10.3390/technologies7010004
Journal volume & issue
Vol. 7, no. 1
p. 4

Abstract

Read online

Most frequently, an FPGA is used as an implementation platform in applications of graphics processing, as its structure can effectively exploit both spatial and temporal parallelism. Such parallelization techniques involve fundamental restrictions, namely being their dependence on both the processing model and the system’s hardware constraints, that can force the designer to restructure the architecture and the implementation. Predesigned accelerators can significantly assist the designer to solve this problem and meet his deadlines. In this paper, we present our accelerators for Grayscale and Sobel Edge Detection, two of the most fundamental algorithms used in digital image processing projects. We have implemented those algorithms with a “bare-metal” VHDL design, written purely by hand, as a portable USB accelerator device, as well as an HLS-based overlay of a similar implementation designed to be used by a Python interface. The comparisons of the two architectures showcase that the HLS generated design can perform equally to or even better than the handwritten HDL equivalent, especially when the correct compiler directives are provided.

Keywords