Skip to content

cucapra/calyx-nums

Repository files navigation

The FPCore Frontend for Calyx

Compile FPCore to fixed-point hardware via Calyx.

Installation

You'll need Rust (1.85+) and the Sollya tool. On macOS, you can install the latter via Homebrew with brew install sollya. On Ubuntu or Debian, use apt install sollya.

Finally, clone the repository and build with cargo build.

fud2 Support

Optionally, you can register the frontend with the Calyx driver, fud2. To make the compiler accessible from fud2, add it to the plugins list in your fud2.toml file:

plugins = ["<repository root>/tools/fud/fpcore.rhai"]

[calyx-nums]
base = "<repository root>"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published