cu29-derive 1.1.0

This is the copper project runtime generator. It cannot be used independently from the copper project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
(
    tasks: [
        (
            id: "src",
            type: "SingleSource",
            kind: source,
            run_in_sim: true,
        ),
    ],
    cnx: [],
)