[Discuss OpenCPI] v2.1.0-rc.1 failing on zed due to outdated clock constraint

From: Adam Ponchak <aponchak_at_geontech.onmicrosoft.com>
Date: Thu, 04 Mar 21 19:10:00 +0000

All,

As a result of reorganizing the Zynq PS primitive to consolidate the PS and SDP, the zed.xdc clock constraint was missing an update. The proper fix is provided below:

FROM:
create_clock -name clk_fpga_0 -period 10.000 [get_pins {ftop/pfconfig_i/zed_i/worker/ps/ps//PS7_i/FCLKCLK[0]}]

TO:
create_clock -name clk_fpga_0 -period 10.000 [get_pins {ftop/pfconfig_i/zed_i/worker/ps/ps/ps/PS7_i/FCLKCLK[0]}]

I've confirmed that this change allows the assets/{fir_real_sse.test and fir_complex_sse.test} to pass on the Zedboard, and I expect it will resolve the other CompUnitTest issues that are failing with RC1, but were passing for BETA.

Do you have an ETA on when RC2 will be released?

Thanks,
Adam


Received on Thu Mar 04 2021 - 19:10:00 CST

This archive was generated by hypermail 2.3.0 : Fri Jun 05 2026 - 08:45:25 CDT