Logik: Open-source FPGA toolchain by Zero ASIC

Logik is a powerful open-source FPGA toolchain that streamlines the process of converting RTL to bits. Users can input design sources, constraints, and compile options through a simple Python API. Once set up, the automated compilation can be initiated with a single command. Logik supports various design languages, synthesis, timing constraints, and more, similar to commercial FPGA tools. It is available via PyPI and can be installed using pip. The toolchain can be run locally by installing prerequisites, or through a Docker image. Detailed documentation and examples are provided. GitHub Issues is used for bug tracking. Surprisingly, the tool offers a unique remote compilation feature.

https://github.com/zeroasiccorp/logik

To top