-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
34 lines (34 loc) · 1.43 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[workspace]
members = [
"thesis/rusthdl-blinker",
"toolchain-test",
"rusthdl-intro",
"thesis/rusthdl-blinker",
"thesis/experiments/rust-hls-experiments/rust-hls-test-helpers",
"thesis/experiments/rust-hls-experiments/keccak_rust_size",
"thesis/experiments/rust-hls-experiments/keccak_rust_speed",
"thesis/experiments/rust-hls-experiments/keccak_idiom_size",
"thesis/experiments/rust-hls-experiments/keccak_idiom_speed",
"thesis/experiments/rust-hls-experiments/keccak_crates_size",
"thesis/experiments/rust-hls-experiments/keccak_crates_speed",
"thesis/experiments/rust-hls-experiments/minmax_rust_size",
"thesis/experiments/rust-hls-experiments/minmax_rust_speed",
"thesis/experiments/rust-hls-experiments/minmax_idiom_size",
"thesis/experiments/rust-hls-experiments/minmax_idiom_speed",
"thesis/experiments/rust-hls-experiments/md5_rust_size",
"thesis/experiments/rust-hls-experiments/md5_rust_speed",
"rust-md5",
"rust-keccak-wrapper",
"rust-keccak",
"rust-minmax",
"bambu-macro/rust_hls",
"bambu-macro/rust_hls_macro",
"bambu-macro/rust_hls_macro_lib",
"bambu-macro/spanned_error_message",
"bambu-macro/rust_hls_example",
"bambu-macro/extract_rust_hdl_interface",
"bambu-macro/bambu_build_demo",
"bambu-macro/bambu_build_demo/subcrate",
"bambu-macro/wrap_verilog_in_rust_hdl_macro",
]
exclude = ["bambu-macro/*/test_suites/*", "*/target/*"]