From 4b88978c1cfdc8a64e7a47de8a6e214a4b64b2a7 Mon Sep 17 00:00:00 2001 From: "Ille, Ondrej, Ing" Date: Thu, 12 Jul 2018 19:23:28 +0200 Subject: [PATCH] Another annoying bug-fix --- test/feature/byte_enable_feature_tb.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/feature/byte_enable_feature_tb.vhd b/test/feature/byte_enable_feature_tb.vhd index edf238ea..740b22a0 100644 --- a/test/feature/byte_enable_feature_tb.vhd +++ b/test/feature/byte_enable_feature_tb.vhd @@ -108,7 +108,7 @@ package body byte_enable_feature is -- Checking if valid 2 bytes match register value if (data(16 * i + 15 downto 16 * i) /= - YOLO_VAL_RSTVAL(16 * i + 15 downto 15 * i)) + YOLO_VAL_RSTVAL(16 * i + 15 downto 16 * i)) then report "16 bit read error (valid byte), Index :" & Integer'image(i) severity error; -- GitLab