TL;DR
This paper compares high-level synthesis (HLS) and traditional HDL for FPGA-based image processing, highlighting trade-offs in resource use, response time, and programming effort through a Sobel filter case study.
Contribution
It provides a detailed comparison between HLS and HDL for FPGA design, emphasizing the practical advantages and drawbacks of each approach.
Findings
HDL uses slightly fewer resources and has better response time.
HLS requires significantly less programming effort.
Both approaches are viable depending on design priorities.
Abstract
The increasing complexity in today's systems and the limited market times demand new development tools for FPGA. Currently, in addition to traditional hardware description languages (HDLs), there are high-level synthesis (HLS) tools that increase the abstraction level in system development. Despite the greater simplicity of design and testing, HLS has some drawbacks in describing harware. This paper presents a comparative study between HLS and HDL for FPGA, using a Sobel filter as a case study in the image processing field. The results show that the HDL implementation is slightly better than the HLS version considering resource usage and response time. However, the programming effort required in the HDL solution is significantly larger than in the HLS counterpart.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
