llhd 0.14.0

A Low Level Hardware Description that acts as a foundation for building hardware design tools.
Documentation

llhd

Build Status Released API docs Crates.io Crates.io

Welcome to the Low Level Hardware Description language. LLHD aims at introducing a simple and open interface between the compiler frontends of hardware description languages and backend design tools. This allows tools such as simulators and synthesizers to focus on their respective task, rather than implementing a compiler for each supported language. With the compiler detached from the tools, LLHD enables innovation to happen on the language front. Refer to the following documentation:

LLHD is written in Rust. Upon stabilization, a C interface will be added to the library, allowing it to be used from virtually every other programming language.

Paper

The scientific paper on LLHD is available on arXiv:

  • F. Schuiki, A. Kurth, T. Grosser, L. Benini (2020). "LLHD: A Multi-level Intermediate Representation for Hardware Description Languages". arXiv:2004.03494 (PDF)