Question: 1 Objective The basic requirement of the project is to design a very simple CPU which uses a microsequencer in the Control Path. The individual
Objective
The basic requirement of the project is to design a very simple CPU which uses a
microsequencer in the Control Path. The individual components of the CPU must be
implemented in Verilog. Component interconnections and simple mapping logic can be realized
directly in the Block DiagramSchematic File design files
Requirements
The CPU must implement the following functions: LOAD, STORE, ADD, SUBTRACT, and
JUMP. The CPU must implement also at least one of the following bullets:
PSHA and PULLA; where PSHA will decrement SP and push A to the address mSP;
PULLA will read the contents of the address to A and increment ;
implementation of these instructions will require introduction of the Stack Pointer SP
register;
JEQ PClarr
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
