1
0
forked from ROMEO/nexosim

Check clock sync with configurable tolerance

This commit is contained in:
Serge Barral
2024-11-11 18:50:29 +01:00
parent b690055848
commit 49e713262b
9 changed files with 168 additions and 10 deletions

View File

@ -1,4 +1,4 @@
//! Timeout during step execution.
//! Timeout during simulation step execution.
use std::sync::atomic::{AtomicBool, Ordering};
use std::sync::Arc;
@ -12,7 +12,6 @@ use asynchronix::time::MonotonicTime;
const MT_NUM_THREADS: usize = 4;
#[derive(Default)]
struct TestModel {
output: Output<()>,
// A liveliness flag that is cleared when the model is dropped.