TL;DR
This paper presents an open source FPGA design flow from Verilog to bitstream supporting two commercial FPGA families, enabling flexible, architecture-neutral FPGA development for custom computing applications.
Contribution
It introduces a fully open source, architecture-neutral FPGA framework combining Yosys and nextpnr, supporting multiple FPGA families and demonstrating flexibility and hardware validation.
Findings
Supports Lattice iCE40 and ECP5 FPGA families
Successfully used in neural-network accelerator and Linux-capable SoC
Demonstrates flexible architecture support and case study on longest-path routing
Abstract
This paper introduces a fully free and open source software (FOSS) architecture-neutral FPGA framework comprising of Yosys for Verilog synthesis, and nextpnr for placement, routing, and bitstream generation. Currently, this flow supports two commercially available FPGA families, Lattice iCE40 (up to 8K logic elements) and Lattice ECP5 (up to 85K elements) and has been hardware-proven for custom-computing machines including a low-power neural-network accelerator and an OpenRISC system-on-chip capable of booting Linux. Both Yosys and nextpnr have been engineered in a highly flexible manner to support many of the features present in modern FPGAs by separating architecture-specific details from the common mapping algorithms. This framework is demonstrated on a longest-path case study to find an atypical single source-sink path occupying up to 45% of all on-chip wiring.
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.
