Adder Circuit

  1. First, make a 1-bit half-adder circuit and test it with different inputs. You should also try giving time-varying waves as inputs and anlyze the change in the outputs. Read the manual page carefully to learn how this can be done.

  2. Next, design 1-bit full adder circuit and test it out similarly. Feel free to try other implementations of full-adder circuits.

  3. Save the full adder circuit. You can now load it as a block and connect them to make larger adders.

  4. Make a 4-bit adder by connecting four full adders. Study its output for different kinds of inputs.

  5. There is an import feature, which lets you construct building blocks. Click on import and then click on circuit board to see the imported block. For more details, refer import section in manual.