From 998597e075c2aeab13545f981f04fab30a561dd8 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Wed, 21 Feb 2024 19:47:16 +0100 Subject: [PATCH] tests: wait for half period after stop condition in model --- tb/i2c/model/i2c_bus_mod.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tb/i2c/model/i2c_bus_mod.vhd b/tb/i2c/model/i2c_bus_mod.vhd index 350c44f..2be82b9 100644 --- a/tb/i2c/model/i2c_bus_mod.vhd +++ b/tb/i2c/model/i2c_bus_mod.vhd @@ -336,7 +336,7 @@ begin -- architecture behav error(logger, "Timed out when waiting for sda rising edge to generate a stop condition!"); end if; - wait for s_scl_period / 4; + wait for s_scl_period / 2; info(logger, "Stop condition generated."); -- 2.49.0