Clear Filters
Clear Filters

Vivado IP Packager" unsuccessful when using ZUC111

15 views (last 30 days)
I am using ZUC111 to test the example 'Transmit and Receive Tone Using Xilinx RFSoC Device' https://www.mathworks.com/help/soc/ug/transmitandreceivetoneusingRFSoCdevicesimulate.html
When using Soc builder to build model, it failed.
The log shows as below:
Task "Vivado IP Packager" unsuccessful. See log for details.
Generated logfile:
****** Vivado v2022.1 (64-bit)
**** SW Build 3526262 on Mon Apr 18 15:48:16 MDT 2022
**** IP Build 3524634 on Mon Apr 18 20:55:01 MDT 2022
** Copyright 1986-2022 Xilinx, Inc. All Rights Reserved.
source vivado_ip_package.tcl -notrace
WARNING: [Device 21-436] No parts matched 'xczu28dr-ffvg1517-2-e'
ERROR: [Coretcl 2-106] Specified part could not be found.
INFO: [Common 17-206] Exiting Vivado at Fri Oct 27 16:59:48 2023...
Elapsed time is 10.7567 seconds.
Could anyone tell me why this happend?

Accepted Answer

Brahmadev
Brahmadev on 6 Nov 2023
Hi zuyuan,
I understand that you would like to run the Transmit and Receive Tone Using Xilinx RFSoC Device example but you are facing the following error "Error: [Coretcl 2-106] Specified part could not be found". It is a Vivado error that is likely due to the following reasons:
  1. Board files for ZCU 111 Evaluation Kit are not present in the board manager folder for your Vivado installation.
  2. ZCU111 is not supported as part of your current Vivado License.
Here are a few things you can try to troubleshoot the issue:
  1. Run the following command in Vivado command window to check if the board files are found.
get_board_parts *zcu111*
2. Check the Xilinx Vivado documentation and verify that the ZCU111 board is supported for your edition.
Hope this helps in resolving your issue!

More Answers (0)

Tags

Products


Release

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!