Forum Discussion
15 Replies
- KhaiChein_Y_Intel
Regular Contributor
Hi JOter,
What are the error messages? Could you elaborate?
Thanks
- KhaiChein_Y_Intel
Regular Contributor
Hi JOter, Any updates? Thanks- JOter
New Contributor
There are not errors. The problema is that the signal are delayed as spected.
The signal re: RAM_CLK (CLK) and OUTPUT 0 (counter)
We tested both signal in one scope, and we didn't notice any change between them changing the OUTPUT_DELAY constraints.
Remenber we checked it also using a C III, and in this case we got the spected signal.
We used the next constrains commands:
set_output_delay -clock vt_RAM_CLK -max [expr $RAM_tsetup + $RAM_BDb_max - $RAM_CLK_DLY_MIN] [get_ports {OUTPUT[0]}]
set_output_delay -clock vt_RAM_CLK -min [expr -$RAM_thold + $RAM_BDb_min - $RAM_CLK_DLY_MAX] [get_ports {OUTPUT[0]}]
And
set_output_delay -clock RAM_CLK -max [expr $RAM_tsetup + $RAM_BDb_max - $RAM_CLK_DLY_MIN] [get_ports {OUTPUT[0]}]
set_output_delay -clock RAM_CLK -min [expr -$RAM_thold + $RAM_BDb_min - $RAM_CLK_DLY_MAX] [get_ports {OUTPUT[0]}]
Best regards
- KhaiChein_Y_Intel
Regular Contributor
Hi,
Can you check if the constraints are being ignored under 'Ignored Constraints'? Can you provide the timing report for both design?
Thanks.
- JOter
New Contributor
Hi,
I send you both projects, so you can obtain all information.
Regards
- JOter
New Contributor
- JOter
New Contributor
- KhaiChein_Y_Intel
Regular Contributor
Hi JOter,
I checked the AV_OUTPUT_DELAY_TEST using Timing Analyzer, the output delay is as what we set in the .sdc file.
max 3ns and min 2ns.
Thanks.
- JOter
New Contributor
Hi,
Thanks for your answer.
The problem is when we checks the ouput signal whith one oscilloscope, the output delay between both signals doesn't change using differents
Best regards
- KhaiChein_Y_Intel
Regular Contributor
Hi,
Do you mean that the result in Timing Analyzer is different from the hardware result?
Thanks
- JOter
New Contributor
Hi,
Yes, the results seems to be the same independently of the constrains assignement.
Best regards