Available on crate feature
sim only.Expand description
Deterministic simulation testing support for Hydro programs.
See crate::compile::builder::FlowBuilder::sim and flow::SimFlow for more details.
Modules§
- compiled
stageleft_runtime - Interfaces for compiled Hydro simulators and concrete simulation instances.
- flow
stageleft_runtime - Entrypoint for compiling and running Hydro simulations.
Structs§
- SimReceiver
- A receiver for an external bincode stream in a simulation.
- SimSender
- A sender to an external bincode sink in a simulation.