| Crates.io | fud |
| lib.rs | fud |
| version | 0.0.2 |
| created_at | 2024-01-29 07:58:48.636143+00 |
| updated_at | 2024-02-01 02:18:09.184296+00 |
| description | Compiler driver for the Calyx infrastructure |
| homepage | https://calyxir.org |
| repository | https://github.com/calyxir/calyx |
| max_upload_size | |
| id | 1118545 |
| size | 39,672 |
fud: The Calyx Build ToolReimplementation of the fud compiler driver for Calyx.
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.
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>"