From 3947f28bb5bd06e670b077bf3c7bf2bc78b5fa5f Mon Sep 17 00:00:00 2001 From: k0rrluna Date: Thu, 23 Jan 2025 07:03:14 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bd79b2..1d82bc7 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ - The BCD module employs a double dabble algorithm, but the 3rd and 4th bits in the 100s position are not enabled. As a result, the integer "400" cannot be displayed on the 7-segment display. - The opcode uses a 3-bit decoder with **one-hot encoding** for selection. - CarryOut/BorrowOut and Overflow are displayed using LEDs. +- **The 1's are displayed on the double 7-segment display. Yes, we encountered a component issue.** ![Circuit Image1](media/preview1.jpg) ![Circuit Image2](media/preview2.jpg) @@ -151,7 +152,6 @@ The table below describes the operations performed by the ALU based on the 3-bit # Important NOTE! ## You are free to use this repository as you wish, **but please note that I am not actively maintaining it.** This repository was created for a specific project, and I would like to preserve the original code. -
## Credit