Question: Phase One Start by building an 8 - bit ALU using Logisim. This ALU can implement 1 6 instructions on 8 - bit operands. In
Phase One
Start by building an bit ALU using Logisim. This ALU can implement instructions on bit operands. In previous lessons, you created a bit ALU; this will be bit, and you should adjustadd components accordingly.
We would suggest the following minimum list of instructions:
Arithmetic addition
Increment
Decrement
Comparison with outputs: one for equals, one for less than and one for greater than
Logic bitwise Not
Logic bitwise And
Logic bitwise Or
Register right logic shift
Register left logic shift
In addition to these nine instructions, please suggest five more instructions that the ALU can implement for a total of instructions we are reserving instructions for branching Justify the importance of the five instructions you added in a Word doc to submit as part of this assignment. Label these instructions as 'Phase One.
After you've suggested and justified your five suggested instructions, please build at least the nine abovementioned operations as blocks in Logisim.
Phase Two
In phase two of the project, you are required to design the instruction set of the ALUCPU as follows:
Create the opcode table for the ALU by giving a binary code and a name for each instruction you built in Logisim in phase one.
Decide how many operands you want your instructions to handle and justify your choice. We suggest either one operand with accumulator or two operands with the result stored in one of the input registers.
this is the part I need help with In Logisim, add a multiplexer to the circuit you built in phase one that chooses one of the available operations. The simplest way to create this part of the CPU is to connect the outputs of the multiplexer to the inputs of AND arrays connected to the output of the operation blocks.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
