diff options
author | LYAM <cous5830@gmail.com> | 2025-05-05 20:39:01 -0400 |
---|---|---|
committer | LYAM <cous5830@gmail.com> | 2025-05-05 20:39:01 -0400 |
commit | 86303bce21abd938291b6ee92bdce1f5dc484e9c (patch) | |
tree | ae5c33b9d727bc16d2f59acccb496b376efb2e21 | |
parent | c091525fd6ea968069b6a3938dd287a0d559cffd (diff) |
Forgor to push the 6 bcd fix :c
-rw-r--r-- | pb_APP_log_comb.srcs/sources_1/new/Bin2DualBCD_S.vhd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pb_APP_log_comb.srcs/sources_1/new/Bin2DualBCD_S.vhd b/pb_APP_log_comb.srcs/sources_1/new/Bin2DualBCD_S.vhd index d007af4..c56ecd4 100644 --- a/pb_APP_log_comb.srcs/sources_1/new/Bin2DualBCD_S.vhd +++ b/pb_APP_log_comb.srcs/sources_1/new/Bin2DualBCD_S.vhd @@ -63,7 +63,7 @@ begin signed_units <= "0101"; signed_code <= "0000"; when "0110" => - signed_units <= "0100"; + signed_units <= "0110"; signed_code <= "0000"; when "0111" => signed_units <= "0111"; |