From a7a20bf72a796fbc07982e1813e4e13a7973d9fe Mon Sep 17 00:00:00 2001 From: "Ille, Ondrej, Ing" Date: Sat, 21 Jul 2018 18:48:49 +0200 Subject: [PATCH] Bug-fix --- test/feature/rx_status_feature_tb.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/feature/rx_status_feature_tb.vhd b/test/feature/rx_status_feature_tb.vhd index f5428577..d698a15e 100644 --- a/test/feature/rx_status_feature_tb.vhd +++ b/test/feature/rx_status_feature_tb.vhd @@ -202,7 +202,7 @@ package body rx_status_feature is then -- LCOV_EXCL_START o.outcome := false; - report "RX Buffer free memory + Number of stored words does " + report "RX Buffer free memory + Number of stored words does " & "not equal to RX Buffer size!" severity error; -- LCOV_EXCL_STOP end if; -- GitLab