Kanagawa: High level synthesis language for hardware design
github.com·4h·
Flag this post

Kanagawa: Wavefront Threading for Hardware Design

Kanagawa is a high-level, imperative programming language for hardware design. It introduces Wavefront Threading, a new execution model that makes concurrency explicit, enabling efficient and predictable parallel hardware.

Unlike traditional HLS tools, which often require pragmas and heuristics to guide the compiler, Kanagawa allows you to directly express concurrency, synchronization, and scheduling in code. This combines the productivity of software-like programming with the performance and efficiency of hand-written RTL.

For a detailed discussion of the language, see the ACM paper, Wavefront Threading Enables Effective High-Level Synthesis

Background

Kanagawa addresses a longst…

Similar Posts

Loading similar posts...