To gain experience using multiplexers and also using sub-circuits in Logisim.
One critical component of a CPU is the ALU: the arithmetic logic unit. This component allows us to actually perform computations. For this Lab you will create a sub-circuit that will function as a simple logic unit. That is, it will do the logic functions of a CPU (and, or, xor and not in this case) but not yet any arithmetic (because we haven't seen how to yet!).
Start by creating a sub-circuit in Logisim by choosing Project->Add Circuit from the main menu. This circuit should have the following pins:
In the case of the NOT operation, only the first input is used. The output should be the inverse of that first input in that case.
Test your circuit by placing it in the "main" area and wiring some pins into it so that you can test that it works as expected.
When your circuit works, please submit the .circ file under the lab assignment on Canvas
Copyright © 2024 Ian Finlayson | Licensed under a Creative Commons BY-NC-SA 4.0 License.