Yes. thanks for kind reply.
I did following things in my design,
i. Reduced the output delay values based on top level timing.
ii. Did IO arrangements to place logics nearer
But still, i have negative slacks nearly -1.00ns .
My observations:
* When the 'propagated_clock' is introduced, some of delay value is added in 'other End Arrival Time' in in2reg & reg2reg path groups
* But , i unable to see this value in reg2out path groups alone but clock to clock latency delay is included in timing analysis
* How can I add the value in the option of 'other End Arrival Time' ?
* Can I modify the 'set_out_put_delay' command ? or need i change the command 'setAnalysisMode' ?
* Currently i am using below command format
"set_output_delay <delay_value> <output_port_names>" -> used in SDC constraints
"setAnalisMode -checkType setup " -> used in scripts
Need I change above two commands according to propagated clock?
Please correct me. I need to avoid clock latency is added in reg2out path. I understood why the 'other end arrival time' is not added for this path group. Because of, end point is output port which does not have CLK pin.