From 7b18f4ff4fbb0449612357eb7350442ed0d1f63b Mon Sep 17 00:00:00 2001 From: "Ille, Ondrej, Ing" Date: Mon, 3 Sep 2018 19:09:55 +0200 Subject: [PATCH] Test fix. --- test/feature/suspend_transmission_feature_tb.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/feature/suspend_transmission_feature_tb.vhd b/test/feature/suspend_transmission_feature_tb.vhd index 92bbcbdb..4ea171c1 100644 --- a/test/feature/suspend_transmission_feature_tb.vhd +++ b/test/feature/suspend_transmission_feature_tb.vhd @@ -199,7 +199,7 @@ package body suspend_transmission_feature is while (protocol_type'VAL(to_integer(unsigned( iout(1).stat_bus(STAT_PC_STATE_HIGH downto STAT_PC_STATE_LOW)))) - = sof) + /= sof) loop wait until rising_edge(mem_bus(1).clk_sys); end loop; -- GitLab