csjiang
Newbie level 5
- Joined
- May 19, 2010
- Messages
- 9
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Taiwan
- Activity points
- 1,362
Dear all:
When using synopsys' tool primetime or design compiler, I found that if I create_clock on one point that is in the timing path, the clock source point becomes the endpoint of the data path, and will be unconstrained. For example, I set_input_delay on port A of my design, and create_clock on the C pin of IO cell of port A.
(IO cell)
____________ _______
A | PAD ------ C|---*----------------- | DFF |
/ --------------- / |______|
(set_input_delay) (create_clock)
Then the path from A to DFF becomes unconstrained. Does anyone know how to make the path from A to this DFF still has the input_delay constraint?
Thank you.
When using synopsys' tool primetime or design compiler, I found that if I create_clock on one point that is in the timing path, the clock source point becomes the endpoint of the data path, and will be unconstrained. For example, I set_input_delay on port A of my design, and create_clock on the C pin of IO cell of port A.
(IO cell)
____________ _______
A | PAD ------ C|---*----------------- | DFF |
/ --------------- / |______|
(set_input_delay) (create_clock)
Then the path from A to DFF becomes unconstrained. Does anyone know how to make the path from A to this DFF still has the input_delay constraint?
Thank you.