dau build
Build tools for dau
Overview
dau-build turns declarative FPGA build specs into concrete artifacts: generated SystemVerilog, artlink.manifest/v0 artifact bundles, backend handoff manifests, Vivado Tcl, and ordered hardware command plans. Every operation is a typed ccflow.CallableModel composed from a Hydra config tree in dau_build/config, so the whole pipeline composes, inspects, and tests on a development machine, with the privileged steps (Vivado, JTAG, PCIe) gated behind an explicit execute=true.
Two synthesis engines are supported: Vivado (the FPGA bitstream flow) and yosys (open-source synthesis that runs in CI). The config plumbing is backend-agnostic, so more can be added.
Quickstart
Build the checked-in identity example — no board or vendor tools required:
dau-build task=tasks/spec/inspect spec_path=examples/identity/dau-build.yaml
dau-build task=tasks/spec/build spec_path=examples/identity/dau-build.yaml output_root=outputs/identity
dau-build task=tasks/spec/validate manifest_path=outputs/identity/dau-identity.manifest root=outputs/identity
dau-build task=tasks/sim/simulate module=dau_identity_top spec_path=examples/identity/dau-build.yaml
Task and step names are path-style, mirroring the config tree (task=tasks/spec/inspect, step=steps/inspect).
Documentation
The documentation is organized into four sections:
- Tutorial — Build the identity example.
- How-to — Run a build end to end · Program a bitstream on dpv1 · Extend dau-build.
- Reference — Commands · Config groups · Task and step catalog.
- Explanation — Architecture: how Hydra composition, ccflow evaluation, and the search-path extension model work, and the current state of backend support.
[!NOTE] This library was generated using copier from the Base Python Project Template repository.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dau_build-0.3.0.tar.gz.
File metadata
- Download URL: dau_build-0.3.0.tar.gz
- Upload date:
- Size: 123.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93bc8c53f1eb335daf0f207627c540c3fb74dc80ba838ad362775944606fc9dc
|
|
| MD5 |
46acbf8d674283c419ad307621b1a1a1
|
|
| BLAKE2b-256 |
a4c51ca0f65653b80e2ee275982b506d331400feb960f8e574e6237ee0fd172f
|
File details
Details for the file dau_build-0.3.0-py3-none-any.whl.
File metadata
- Download URL: dau_build-0.3.0-py3-none-any.whl
- Upload date:
- Size: 153.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0f4aacd73d684175d239ead39aa573cd5be7376705156429e2cf53a17739ded
|
|
| MD5 |
048612c9141b3ba5f9e71d5e0b7cc1f6
|
|
| BLAKE2b-256 |
cc89e6f30d9581b3a3b6364b56f11cfe9d4b447346e3c2511d8fc0f07c880e97
|