03-15-2021 11:44 PM
Hello,
I am currently using SP701 EVALUATION KIT (xc7s100fgga676). i want to know in which manual can I find the values of tco, tsu and trce_delay for my board.
03-31-2021 12:02 AM
I believe report_datasheet command provides what you need.
Trace delay is already included in the report_datasheet results.
Trace delay of each pin is in the "Package pins" tab.
-vivian
04-08-2021 02:07 AM
Hello Vivian,
Thanks for the help.
I could find the minimum and maximum trace delays under the "package pins tab".
However, I need tsu, th for outputs, but in the datasheet they have provided tco_max, tco_min values for the output.
And also, I need tco_min, tco_max values for input, they provided tsu, th for inputs.
So, I need help regarding this.
04-08-2021 02:27 AM
What is your purpose to have tsu and th for outputs, and tco for inputs?
04-08-2021 08:56 AM
The timings constraints wizard asks for the following value:
1. For the input ports (tco_max, tco_min)
2. For the output ports (tsu and th)
Without specifying these values, I am getting these as critical warning when I perform the "Implementation Stage".
So, that is the reason I needed these values.
04-08-2021 11:33 AM
For inputs, tco is the timing of the thing thats driving the fpga input
for outputs , Tsu / Th are the timings for the thing your driving,
The tools use these timings to check the FPGA input and outputs meet the timings you circuit needs.
04-08-2021 07:31 PM
Well, so what you need is to create the set_input_delay and set_output_delay constraints.
I take back my previous answers as I misunderstood your question.
You need to check the Datasheets of the device that is driving the FPGA input interface and the device that is receiving the output data from the FPGA.
-vivian
04-09-2021 01:23 AM
I have a doubt, I want to extend this question to an Mp Soc.
I have a project running on av net ultra-96 v2 which there is data is transmitted from PS side to PL side and vice-versa.
Specifically, data from my LPDDR4 is being transferred via AXI-lite.
So, in this case which system's datasheet should I consider? AXI-lite or LPDDR4.
Again after processing, the data is re-transmitted to LPDDR4 from PL side.
The second scenario,
I am currently using SP701 evaluation kit to verify my model on pure fabric. So, I am just verifying it using ILA.
In this case, which one should I consider as driving system.
Sorry, If my questions sound trivial, but I need clarity to proceed.
Thank you.