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.

[question]: about synopsys dc constraint

Status
Not open for further replies.

iamczx

Member level 3
Joined
Oct 27, 2004
Messages
67
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
581
If a module ( clk, b,c),clk is clock ,and b is input port.
Is the following command useful ?

set_min_delay 0.00 -from [get_clocks {CLK}] -through [get_ports {b}]

I think there is no path between the clk and port b ..


thanks in advance
 

useful for hold-time check
 

There is a path between D and CK, this is useful when check the Dff setup and hold.
But I don't think there is a path from CK, though D, and reach some other endpoints
 

hi members, as sunspot had said,
I don't know why they set the min delay with -through option...
Should it be -to ?
And what the dc will treat the -through in this example? the same result as - to?
thanks in advance
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top