diff options
author | LYAM <cous5830@gmail.com> | 2025-05-05 13:41:17 -0400 |
---|---|---|
committer | LYAM <cous5830@gmail.com> | 2025-05-05 13:41:17 -0400 |
commit | e2b14f5632ce509823eee95fb6641b568f08deca (patch) | |
tree | 2d995356e390667d17ecc3c98a78ef4e07d09bae /pb_APP_log_comb.srcs/sources_1/new | |
parent | bf9d7d2c674d8be276171e49029dc785027d2c05 (diff) |
Added DEls and buttons to it
Diffstat (limited to 'pb_APP_log_comb.srcs/sources_1/new')
-rw-r--r-- | pb_APP_log_comb.srcs/sources_1/new/fct_2_3_tb.vhd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pb_APP_log_comb.srcs/sources_1/new/fct_2_3_tb.vhd b/pb_APP_log_comb.srcs/sources_1/new/fct_2_3_tb.vhd index 0f74165..2d89a59 100644 --- a/pb_APP_log_comb.srcs/sources_1/new/fct_2_3_tb.vhd +++ b/pb_APP_log_comb.srcs/sources_1/new/fct_2_3_tb.vhd @@ -67,10 +67,10 @@ architecture Behavioral of fct_2_3_tb is "001" & "0011", "010" & "0100", "010" & "0101", - "011" & "0110", - "011" & "0111", - "101" & "1000", - "101" & "1001", + "011" & "0110", -- 0011, 0000 + "011" & "0111", -- 0011, 0000 + "101" & "1000", -- 0100, 0001 + "101" & "1001", -- 0100, 0001 "110" & "1010", "110" & "1011", "111" & "1100", -- 12 |