ARDCSEOct 10, 2019

hlslib: Software Engineering for Hardware Design

arXiv:1910.04436v119 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This addresses productivity challenges for HLS developers by providing community-driven abstractions and reusable resources, though it is incremental as it builds on existing HLS frameworks.

The authors tackled the lack of software engineering support and hardware constructs in high-level synthesis (HLS) tools for FPGA development by creating hlslib, an open-source library that enhances developer productivity through tools, modules, and examples.

High-level synthesis (HLS) tools have brought FPGA development into the mainstream, by allowing programmers to design architectures using familiar languages such as C, C++, and OpenCL. While the move to these languages has brought significant benefits, many aspects of traditional software engineering are still unsupported, or not exploited by developers in practice. Furthermore, designing reconfigurable architectures requires support for hardware constructs, such as FIFOs and shift registers, that are not native to CPU-oriented languages. To address this gap, we have developed hlslib, a collection of software tools, plug-in hardware modules, and code samples, designed to enhance the productivity of HLS developers. The goal of hlslib is two-fold: first, create a community-driven arena of bleeding edge development, which can move quicker, and provides more powerful abstractions than what is provided by vendors; and second, collect a wide range of example codes, both minimal proofs of concept, and larger, real-world applications, that can be reused directly or inspire other work. hlslib is offered as an open source library, containing CMake files, C++ headers, convenience scripts, and examples codes, and is receptive to any contribution that can benefit HLS developers, through general functionality or examples.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes