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.

Can Multicycle path be solved using pipelining...?

Status
Not open for further replies.

Guru59

Full Member level 4
Joined
Jul 10, 2006
Messages
217
Helped
7
Reputation
14
Reaction score
3
Trophy points
1,298
Activity points
2,812
hi all,
For eg : a path between two flops (FF1 - FF2) has a big comb. logic which gives my required output at 3 capturing clock of FF2.
since there exists a multicycle path between two flops if i break my comb logic and use pipelining of same two regs ....is this a correct method ?

Eg : FF1 - comb - FF2

Changed : FF1 - (comb1 - FF) - (comb1 - FF) -FF2

help appreciated.
 

It is ok to have multicycle path. If you do want to pipeline it, it should be changed to:

FF1 - comb1 - FF - comb2 - FF - comb3 - FF2

Hope this helps.

Guru59 said:
hi all,
For eg : a path between two flops (FF1 - FF2) has a big comb. logic which gives my required output at 3 capturing clock of FF2.
since there exists a multicycle path between two flops if i break my comb logic and use pipelining of same two regs ....is this a correct method ?

Eg : FF1 - comb - FF2

Changed : FF1 - (comb1 - FF) - (comb1 - FF) -FF2

help appreciated.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top