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.

What is case analysis and how to disable the timing arc in Design Compiler?

Status
Not open for further replies.

suribabut

Newbie level 2
Joined
Sep 26, 2007
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,291
what is case analysis ?.........

How can I disable the timing arc's in Design Compiler ..........
 

Re: case analysis

you can using following commonds,

set_disable_timing,
set_case_analysis,
set_group
set_false_path
...

David

Added after 1 minutes:

detailed infor, refer to DC userguide or PrimeTime userguide.
 

Re: case analysis

for example, you have a clock mux , one input is normal clock , another is test clock, the two clocks work in diff period. the slow test clock may have a hold violation , the normal clock may have a setup violation. you can use set_case_analysis to analysis the timing of the design.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top