1// Copyright (c) 2023 Graphcore Ltd. All rights reserved. 2 3//! Modules that model time within the simulations. 4 5pub mod clock; 6pub mod simtime;