dear all
I have a question on how to get maximum clock frequency of real hardware. i am using XST and ISE6.3
Cnsider following data is obtained from RTL synthesis in XST
------- Minimum period: 6.608ns (Maximum Frequency: 151.332MHz) Minimum input arrival time before clock: 4.990ns Maximum output required time after clock: 3.442ns Maximum combinational path delay: No path found
-------
Problem is that those information are just an estimation. So I am trying to getting information after Place and Route.
What I am doing is to put following constraint in UCF file
----- TIMESPEC "TS_clk" = PERIOD "clk" 6.608ns HIGH 50 %;
-----
Is it a right way to get Max. frequency ?
If not, let us know some rule (of thumb)....:)
Thankyou in advance