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.

how can i find false path in design by design compiler?

Status
Not open for further replies.

u24c02

Advanced Member level 1
Joined
May 8, 2012
Messages
404
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,298
Activity points
4,101
Hi?

I trying to find false and multi-cycle path in design by design compiler.

But i dont know how can i find false and multi cycle path in design by design compiler?
 

well you did not find false path.
your synthesis has some timing issue, so two possibilities:
1- the designer claims this path is false, so you could add this path to false in your SDC.
2- the designer claims this path is true, then you have a timing issue, to solve by pipeline or rewrite RTL to push combinational logic before or after flops.
 

Thanks.
Then how can designer know the designer's rtl design have false paths?
Even they have mistake and incorrect infomations.
How can make this issues?
 

that's the job.
he must know how the design works.
 

Ok thanks.

Then it seems to be definite the false path.
Actually, how many case exist the false path?
I am designer but i don't have memory what claim to synthesis designers.
 

It is really design dependant, some design does not have any false-path, because everything is pipeline.
Normaly the synthesis does not request any false path, only to reach timing, that could help.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top