summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Readme.md3
-rw-r--r--pb_APP_log_comb.srcs/sources_1/new/parity_check_tb.vhd2
2 files changed, 4 insertions, 1 deletions
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"