Im working on a project in Logisim where I need to build and modify digital circuits. First, I have to create a NOR gate using transistors instead of using the built-in gate. Then I need to take a 1-bit full adder and modify it so it can handle twos complement (so it can subtract as well as add). After that, I have to design a small register file that can store multiple values, with inputs to choose which register to read from or write to.

Leave a Reply
You must be logged in to post a comment.