- Notifications
You must be signed in to change notification settings - Fork31
Low Level Hardware Description — A foundation for building hardware design tools.
License
Apache-2.0, MIT licenses found
Licenses found
fabianschuiki/llhd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
TheLow Level Hardware Description language is an intermediate representation for digital circuit descriptions, together with an accompanying simulator and SystemVerilog/VHDL compiler.
LLHD separates input languages from EDA tools such as simulators, synthesizers, and placers/routers. This makes writing such tools easier, allows for more rich and complex HDLs, and does not require vendors to agree upon the implementation of a language.
LLHD is being developed as part ofCIRCT, a larger community effort to establish an open hardware design stack.
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,Recording at PLDI'20)
Are you interested in using open-source ideas to re-invent the hardware design software stack? Do you see LLHD as step one of a bigger picture and dream about extending it with formal verification, hardware synthesis, etc.? We are continuously looking for future PhD students and postdocs who are excited to work in this direction. For more details check outhttp://grosser.science or just write an informal email totobias@grosser.es for us to discuss potential next steps.
About
Low Level Hardware Description — A foundation for building hardware design tools.