Question: Architecture Components Your architecture should require the following components. You should attempt to create these components as modular parts and demonstrate that each component works
Architecture Components
Your architecture should require the following components. You should attempt to create these
components as modular parts and demonstrate that each component works as expected before
integrating the components in the complete module.
Program Data Memory
Registers Temporary Storage
Instruction Fetch Unit
Instruction Decode Unit
Instruction Execution Unit
Design Process
A key difference between this project and prior labs is that you have full control of the design as long as
the architecture meets the requirements specified in the Project Description and can implement the set
of instructions defined above. In the design process, you should follow the steps below. Each of these
design steps should be indicated in your presentation and final report.
Definespecify the instruction machine code that you will use to implement the instructions above.
For each instruction, you should indicate how the bits are assigned and used.
Describe the instruction processing flow chart. For each instruction instruction type, you should
indicate the required steps that the architecture will execute. For example, ALU operations should
load operands from specified registers perform the specified ALU operation, and write the result
to the specified destination register.
Define and depict the data path for noncontrol instructions that shows the connections between
your register unit, data memory unit, and ALU along with any multiplexers or other components
Specify the relationship between instructions and multiplexer ALU select bits along with any other
control signals.
Define your state diagram and SM chart that allows the architecture to a load instructions from
current PC address, b decode instruction, c execute instruction, and d update PC You may
implement this as a single large state diagram, or individual state diagrams with wait states to
indicate when other state diagrams are active.
Programs to Execute
The two programs below should be used to demonstrate that your architecture works as desired. You
should observe the memory values in your defined memory implementation in simulation and show that
the memory is as expected after execution of the program. Program demonstrates a simple sequence
of loadstore and ALU operations while Program includes control commands. Note that it is up to you
to convert the programs into instructions that can be understood by your architecture
Program
int A ;
int B ;
int myarr
myarr AB;
myarr A or B;
myarr A and B;
myarr myarr myarr;
Grading Metrics
Program
int range ;
int Fibrange;
Fib;
Fib;
for int i ; i range; i
Fibi Fibi Fibi;
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
