A Basic Query on timing constraints.
Assume I have a block with an input port (in1) feeding the D pin of a flop and the Q pin of the same flop is connected to a combo logic and this combo logic feeds another flop , the output of this flop feeds an outport port (out1).Both flops are fed by the same clock.
You are asked to constrain this block given the following conditions: Input and output should be constrained at 60% of clock period. The combo logic between the two flops has to be constrained at 20% of clock period.
Here is what I think should be done
1) set input delay at 60% of clock period
2) set output delay at 60% of clock period
3) set max delay between Q pin of flop1 to D pin of flop 2
Have I missed something here.Please help. I feel something is missing here.