fud

Crates.iofud
lib.rsfud
version0.0.2
sourcesrc
created_at2024-01-29 07:58:48.636143
updated_at2024-02-01 02:18:09.184296
descriptionCompiler driver for the Calyx infrastructure
homepagehttps://calyxir.org
repositoryhttps://github.com/calyxir/calyx
max_upload_size
id1118545
size39,672
Rachit Nigam (rachitnigam)

documentation

README

fud: The Calyx Build Tool

Reimplementation of the fud compiler driver for Calyx.

Installation

To install from source, run the following from calyx/fud2:

cargo install --path .

This will install the binary fud2 to the default cargo binary location.

Configuration

The minimal required configuration requires setting the calyx.base key so that fud knows where the Calyx compiler is. Open the configuration file by running:

fud edit-config

Add the path to the location of the Calyx compiler:

[calyx]
base = "<path to calyx repo>"
Commit count: 0

cargo fmt