diff --git a/test/feature/tb_feature.vhd b/test/feature/tb_feature.vhd index 2e93dd7f4a22f1cb9f5fc387ad2edbf93ec7c277..097af03d264eab6dd58680b51c3d160576ea4221 100644 --- a/test/feature/tb_feature.vhd +++ b/test/feature/tb_feature.vhd @@ -273,6 +273,7 @@ begin wait until iteration_done = true; loop_ctr <= loop_ctr + 1; + wait for 0 ns; end loop; status <= passed;