From a4682596963a919f543bf7692a884626120c63b7 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 3 May 2025 23:26:47 -0400 Subject: Finalize parity testbench + README update --- pb_APP_log_comb.srcs/sources_1/new/parity_check_tb.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pb_APP_log_comb.srcs') diff --git a/pb_APP_log_comb.srcs/sources_1/new/parity_check_tb.vhd b/pb_APP_log_comb.srcs/sources_1/new/parity_check_tb.vhd index a2daf05..c134fb1 100644 --- a/pb_APP_log_comb.srcs/sources_1/new/parity_check_tb.vhd +++ b/pb_APP_log_comb.srcs/sources_1/new/parity_check_tb.vhd @@ -82,7 +82,7 @@ architecture Behavioral of Parity_check_tb is "1100" & "0" & "1", "1101" & "1" & "0", "1110" & "1" & "0", - "1111" & "1" & "1", + "1111" & "0" & "1", -- DO NOT DELETE others => "0000" & "0" & "1" -- cgit v1.2.3