Skip to main content

Module sim

Module sim 

Source
Available on crate feature sim only.
Expand description

Deterministic simulation testing support for Hydro programs.

See crate::compile::builder::FlowBuilder::sim and crate::sim::flow::SimFlow for more details.

Re-exports§

pub use compiled::quiesce;stageleft_runtime

Modules§

compiledstageleft_runtime
Interfaces for compiled Hydro simulators and concrete simulation instances.
flowstageleft_runtime
Entrypoint for compiling and running Hydro simulations.

Macros§

continue_if
Continues the current simulation instance only if the given condition holds, otherwise stopping and discarding the instance.

Structs§

SimClusterReceiver
A receiver for an external cluster stream in a simulation.
SimClusterSender
A sender to an external cluster sink in a simulation.
SimReceiver
A receiver for an external bincode stream in a simulation.
SimSender
A sender to an external bincode sink in a simulation.