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 --- Readme.md | 3 +++ pb_APP_log_comb.srcs/sources_1/new/parity_check_tb.vhd | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 299483d..c7342de 100644 --- a/Readme.md +++ b/Readme.md @@ -4,6 +4,9 @@ - [x] Fct2_3 - [x] Décodeur 3_8 - [ ] Parité + - [ ] Allumer la DEL + - [x] Faire le module + - [x] Faire le Testbench - [ ] Bin2DualBCD - [x] Bin2DualBCD_NS - [ ] Moins_5 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