Re: [Discuss OpenCPI] v2.1.0-rc.1 failing on zed due to outdated clock constraint
Yes, agreed.
________________________________
From: Adam Ponchak <aponchak_at_geontech.onmicrosoft.com>
Sent: Thursday, March 4, 2021 5:01 PM
To: Jerry Darko <jerry.darko_at_cnftech.com>; discuss_at_lists.opencpi.org <discuss_at_lists.opencpi.org>
Subject: Re: v2.1.0-rc.1 failing on zed due to outdated clock constraint
This also impacts the XDC files used in various assembly directories, for example
assets/hdl/assemblies/fsk_modem/cnt_zed_fmcomms_2_3_scdcd.xdc -> ../data_sink_qdac_test_asm/cnt_zed_fmcomms_2_3_scdcd.xdc
________________________________
From: Jerry Darko <jerry.darko_at_cnftech.com>
Sent: 04 March 2021 14:43
To: Adam Ponchak <aponchak_at_geontech.onmicrosoft.com>; discuss_at_lists.opencpi.org <discuss_at_lists.opencpi.org>
Subject: Re: v2.1.0-rc.1 failing on zed due to outdated clock constraint
Thanks a lot Adam.
Looks like we'll have to make these changes to other constraint files as well.
RC2 is slated for this Friday.
Regards,
Jerry
________________________________
From: discuss <discuss-bounces_at_lists.opencpi.org> on behalf of Adam Ponchak <aponchak_at_geontech.onmicrosoft.com>
Sent: Thursday, March 4, 2021 2:10 PM
To: discuss_at_lists.opencpi.org <discuss_at_lists.opencpi.org>
Subject: [Discuss OpenCPI] v2.1.0-rc.1 failing on zed due to outdated clock constraint
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 Fri Mar 05 2021 - 15:06:33 CST
This archive was generated by hypermail 2.3.0
: Fri Jun 05 2026 - 08:45:25 CDT