diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2025-05-03 23:26:47 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2025-05-03 23:26:47 -0400 |
commit | a4682596963a919f543bf7692a884626120c63b7 (patch) | |
tree | f24974ac668827f083c1aa40b1a122367b89407b /pb_APP_log_comb.srcs/sources_1 | |
parent | 5b0e515d9aee19ed0c302b46f9e5893cd36ed146 (diff) |
Finalize parity testbench + README update
Diffstat (limited to 'pb_APP_log_comb.srcs/sources_1')
-rw-r--r-- | pb_APP_log_comb.srcs/sources_1/new/parity_check_tb.vhd | 2 |
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" |