gwr_components/
lib.rs

1// Copyright (c) 2023 Graphcore Ltd. All rights reserved.
2
3//! Simulation components.
4
5pub mod arbiter;
6pub mod connect;
7pub mod delay;
8pub mod flow_controls;
9pub mod router;
10pub mod sink;
11pub mod source;
12pub mod store;
13pub mod test_helpers;
14pub mod types;