Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help me design a 4 bit processor

Status
Not open for further replies.

guidence

Newbie level 3
Joined
Nov 10, 2007
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,304
there was a question regarding a designing of 4 bit processor in the paper...can any one help me out...how to solve these type of question or any information that can help me out...

design of 4 bit processor that has 3 registers A,B,C
source destination
A A
B B
C C
din dout


instructions are Mov Regsource, register destination
Inc Reg
dec reg
shift left Reg
shift right reg


can anyone help me out how to do these type of questions...
 

4 bit processor

Whats this exactly about.....

If it was your course paper ... ask the relevant treacher for further details

And if u want to do it in Verilog or VHDL

U will havae a lot of References available even from Googling

Especially go for Computer Architecture Groups of Various Universities


and What a Processor has is

A ALU

A Control UNit

Some Registers ...........


Hope U will tell more of what u want
 

4 bit processor

hi,
first design an alu. then frame an instruction decoder. the output of the instruction should be an opcode, data1,data2 and these are the inputs to the alu.

first u do these two things in either in verilog or vhdl and get back to me
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top