Crates.io | futil |
lib.rs | futil |
version | 0.1.2 |
source | src |
created_at | 2021-08-30 05:14:35.863996 |
updated_at | 2021-08-30 05:17:32.167418 |
description | Compiler Infrastructure for Hardware Accelerator Generation |
homepage | |
repository | https://github.com/cucapra/calyx |
max_upload_size | |
id | 444039 |
size | 2,195,511 |
A Compiler Infrastructure for Accelerator Generators
Calyx is an intermediate language and infrastructure for building compilers that generate custom hardware accelerators.
See the Calyx website, language documentation and the documentation for the source code for more information. Calyx's design is based on our paper.
If you want to try out the compiler, install it using cargo
:
cargo install futil
This will install the futil
binary which includes the calyx frontend,
optimization passes, and several backends.
Follow the getting started instructions.
This repository contains the source code for the following:
calyx
(calyx/
): The intermediate representation used for hardware
accelerator generation.futil
(src/
): The compiler infrastructure for compiling Calyx programs.
If calyx
is like LLVM, then futil
is Clang.interp/
): An interpreter and debugger for Calyx.fud
, The Calyx driver: Utility tool that wraps various hardware toolchains.