English

Scaling Program Synthesis Based Technology Mapping with Equality Saturation

Programming Languages 2024-11-20 v2 Hardware Architecture

Abstract

State-of-the-art hardware compilers for FPGAs often fail to find efficient mappings of high-level designs to low-level primitives, especially complex programmable primitives like digital signal processors (DSPs). New approaches apply sketch-guided program synthesis to more optimally map designs. However, this approach has two primary drawbacks. First, sketch-guided program synthesis requires the user to provide sketches, which are challenging to write and require domain expertise. Second, the open-source SMT solvers which power sketch-guided program synthesis struggle with the sorts of operations common in hardware -- namely multiplication. In this paper, we address both of these challenges using an equality saturation (eqsat) framework. By combining eqsat and an existing state-of-the-art program-synthesis-based tool, we produce Churchroad, a technology mapper which handles larger and more complex designs than the program-synthesis-based tool alone, while eliminating the need for a user to provide sketches.

Cite

@article{arxiv.2411.11036,
  title  = {Scaling Program Synthesis Based Technology Mapping with Equality Saturation},
  author = {Gus Henry Smith and Colin Knizek and Daniel Petrisko and Zachary Tatlock and Jonathan Balkind and Gilbert Louis Bernstein and Haobin Ni and Chandrakana Nandi},
  journal= {arXiv preprint arXiv:2411.11036},
  year   = {2024}
}

Comments

Workshop on Open-Source EDA Technology (WOSET) 2024

R2 v1 2026-06-28T20:02:41.103Z