1. Description
This example implements a logic gate adder on Trend. Basically, this adder can be divided into three parts. At the top of this adder, there are two binary number inputs. These inputs allow users to input up to four bit binary numbers. The central part of this adder consists of four connected logic gates. The sum of the two inputs is calculated through these gates. And eventually, the sum can be found at the bottom of the adder. This system can handle the addition overflow during the calculation. To verify the correctness, why not change the input numbers and check whether the sum is correct by yourself?
2. Download
next example
|