#build-tool #driver #compiler #configuration #declarative #location #fud

build fud-core

Library for building declarative build tools

1 unstable release

0.0.2 Feb 1, 2024

#94 in #declarative


Used in fud

Custom license

35KB
830 lines

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>"

Dependencies

~1.5–9.5MB
~84K SLoC