echo47
Joined: 07 Apr 2002 Posts: 4206 Helped: 566
|
18 Jul 2007 19:47 fpga input and output delay constraints |
|
|
|
|
I can't give specific info without knowing the details of your signal path. Can you show a simple HDL example that illustrates what you are trying to do?
If you want to know the I/O performance capabilities of the FPGA, look in the "Switching Characteristics" section of your FPGA data sheet.
If you want to learn how to constrain the timing between internal logic and I/O pads, see chapter "Timing Constraint Strategies" in the ISE Constraints Guide.
If you want to know the maximum delays between your internal logic and I/O pads, the Trace Report gives that info, if you have applied suitable timing constraints to the signal. You may need to enable Trace's "verbose" mode to see info on signals that meet timing. Also, see the Trace manual in your ISE Development System Reference Guide.
If you want to see individual route delays, you can use the Tools -> Delay feature in FPGA Editor.
For most users, it is sufficient to apply suitable timing constraints, and if PAR meets those constraints, then you are done. If PAR has trouble meeting a constraint, then the Trace Report is helpful for locating the problem.
|
|