FPGA Interchange format to enable interoperable FPGA tooling

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • netlistsvg

    draws an SVG schematic from a JSON netlist

  • Soon: there are 15 different formats for passing netlists around.

    I have very little hope that any netlist format that comes from Yosys. Not only has it changed a couple times in the last years, but the latest iteration is some JSON-based monstrosity that has to be by far the most inconvenient netlist format ever created (see https://github.com/nturley/netlistsvg/blob/master/test/digit... ) .

  • python-fpga-interchange

    Python interface to FPGA interchange format

  • Or BLIF or EBLIF (already used by the verilog-to-routing flow). But no, let's invent yet another netlist format.

    The fact that all of these existing formats are all named "xxx logic interchange format" should give you an idea what will happen to this new "interchange format".

    From what I gather ( https://github.com/SymbiFlow/python-fpga-interchange/blob/ma... ) , the new format is basically the existing Yosys/nextpnr JSON format except dumped as a Cap'n Proto binary file.

    I am absolutely not impressed.

    I guess the meat here is on the universal device resources format, but this is not cool anyway.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • ideas

    Random ideas and interesting ideas for things we hope to eventually do. (by f4pga)

  • f4pga-arch-defs

    FOSS architecture definitions of FPGA hardware useful for doing PnR device generation.

  • chisel

    Chisel: A Modern Hardware Design Language (by chipsalliance)

  • firrtl

    Flexible Intermediate Representation for RTL

  • Did any project other than Chisel make use of FIRRTL? https://github.com/chipsalliance/firrtl

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts