Electronic – Synthesis timing summary in Xilinx tool (ISE)

isesynthesistimingxilinx

I'm getting the following timing summary from the synthesis:

Timing Summary:
---------------
Speed Grade: -1

   Minimum period: 9.982ns (Maximum Frequency: 100.180MHz)

   Minimum input arrival time before clock: 4.597ns

   Maximum output required time after clock: 4.364ns

   Maximum combinational path delay: 2.788ns

I want to improve that, is there a way to find the critical path and maybe buffer it up a bit?

I don't know what is the bottleneck..

Best Answer

You have to run the generate_timing report on your design to get the detailed report for your design. In ISE you do it by choosing Tools->Timing-Analyzer->PostMap

ISE Timing Analyzer

It will generate a report with the information you asked for.

For more accurate timing analysis of your design, you should look into the timing AFTER the P&R is done.