summaryrefslogtreecommitdiff
path: root/pb_APP_log_comb.srcs/sources_1/new
diff options
context:
space:
mode:
Diffstat (limited to 'pb_APP_log_comb.srcs/sources_1/new')
-rw-r--r--pb_APP_log_comb.srcs/sources_1/new/parity_check_tb.vhd2
1 files changed, 1 insertions, 1 deletions
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"