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.

Multicycle CPU MIPS datapath design

Status
Not open for further replies.

panda1234

Full Member level 2
Joined
Jan 22, 2015
Messages
125
Helped
4
Reputation
8
Reaction score
4
Trophy points
18
Activity points
1,172
Hi,
suppose we want to create data path of multicycle MIPS processor.our clock frequency is 400MHz and we want to execute every instruction in minimum time.(delay of Controllers and multiplexers is zero)

Instructions to be Implemented: addu, addui, and, andi, beq, bne, lw, sw
Memory:
Address to Read-Data propagation delay: 9 ns
Write to Read/Write access time: 4 ns
Write-Data setup time: 0.1 ns
Write is controlled by positive edge of clock
Register File:
Read-Register to Read-Data propagation delay: 2 ns
Write-Register & Write-Data setup time: 0.1 ns
Registers:
Clock to Q delay: 0.1 ns
Input setup time: 0.1 ns
ALU:
Inputs to Outputs propagation delay: 2 ns

now my problem here.in below you will see multicycle processor's data path what's difference between it's data path and this problem?

MUCPU.png
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top