I see the following error message in HDL Workflow Advisor: "Specified part could not be found" & "No parts matched 'xczu49dr-​ffvf1760-2​-e-es1'"

조회 수: 4 (최근 30일)
Failed Task "Vivado IP Packager" unsuccessful. See log for details. Generated logfile: hdl_prj\hdlsrc\OFDM_Tx_HW_test\workflow_task_VivadoIPPackager.log
Error hdlturnkey.ip.IPEmitterVivado/generateIPCore
Error hdlturnkey.ip.IPDriver/generateIPCore
Error hdlturnkey.TurnkeyDriver/makehdlturnkeycore
Error hdlturnkey.TurnkeyDriver/makehdlturnkey
Error slhdlcoder.HDLCoder/makehdlturnkey
Error downstream.DownstreamIntegrationDriver/runIPCoreCodeGen
Error generateIPCore
Error Simulink.ModelAdvisor/executeCheckCallbackFct
Error Simulink.ModelAdvisor/run
Error Simulink.ModelAdvisor/runCheck
Error ModelAdvisor.Node/runTaskAdvisor
If I check the log at hdl_prj\hdlsrc\OFDM_Tx_HW_test\workflow_task_VivadoIPPackager.log, I see the following error massage:
Task "Vivado IP Packager" unsuccessful. See log for details.
Generated logfile:
****** Vivado v2020.2 (64-bit)
**** SW Build 3064766 on Wed Nov 18 09:12:45 MST 2020
**** IP Build 3064653 on Wed Nov 18 14:17:31 MST 2020
** Copyright 1986-2020 Xilinx, Inc. All Rights Reserved.
source vivado_ip_package.tcl -notrace
WARNING: [Device 21-436] No parts matched 'xczu49dr-ffvf1760-2-e-es1'
ERROR: [Coretcl 2-106] Specified part could not be found.
INFO: [Common 17-206] Exiting Vivado at Sat Apr 1 21:51:25 2023...
Elapsed time is 2.5591 seconds.
  댓글 수: 3
jiongbin deng
jiongbin deng 2023년 4월 2일
이동: Stefanie Schwarz 2023년 7월 26일
When I use HDL Workflow Advisor to generate IP core, the message is display in the last step of HDL Code Generation:
Failed: Task "Vivado IP Packager" unsuccessful. See log for details. Generated logfile: hdl_prj\hdlsrc\OFDM_Tx_HW_test\workflow_task_VivadoIPPackager.log
Error hdlturnkey.ip.IPEmitterVivado/generateIPCore
Error hdlturnkey.ip.IPDriver/generateIPCore
Error hdlturnkey.TurnkeyDriver/makehdlturnkeycore
Error hdlturnkey.TurnkeyDriver/makehdlturnkey
Error slhdlcoder.HDLCoder/makehdlturnkey
Error downstream.DownstreamIntegrationDriver/runIPCoreCodeGen
Error generateIPCore
Error Simulink.ModelAdvisor/executeCheckCallbackFct
Error Simulink.ModelAdvisor/run
Error Simulink.ModelAdvisor/runCheck
Error ModelAdvisor.Node/runTaskAdvisor
And I check the log, I see the following message:
Task "Vivado IP Packager" unsuccessful. See log for details.
Generated logfile:
****** Vivado v2020.2 (64-bit)
**** SW Build 3064766 on Wed Nov 18 09:12:45 MST 2020
**** IP Build 3064653 on Wed Nov 18 14:17:31 MST 2020
** Copyright 1986-2020 Xilinx, Inc. All Rights Reserved.
source vivado_ip_package.tcl -notrace
WARNING: [Device 21-436] No parts matched 'xczu49dr-ffvf1760-2-e-es1'
ERROR: [Coretcl 2-106] Specified part could not be found.
INFO: [Common 17-206] Exiting Vivado at Sat Apr 1 21:51:25 2023...
Kiran Kintali
Kiran Kintali 2023년 4월 2일
이동: Stefanie Schwarz 2023년 7월 26일
It would be helpful if you can provide the model. Is this happening with a MathWorks shipping example or your own custom logic?

댓글을 달려면 로그인하십시오.

답변 (1개)

Stefanie Schwarz
Stefanie Schwarz 2023년 7월 26일
편집: Stefanie Schwarz 2023년 7월 26일
The error message occurs because the FPGA part 'xczu49dr-ffvf1760-2-e-es1' is missing from your Xilinx Vivado installation. You need to add this Zynq UltraScale+ part to your Vivado installation, and make sure you have a Vivado license for it (Zynq UltraScale+ parts are not available in the free Vivado ML version).
See this MATLAB Answer for details:

Community Treasure Hunt

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

Start Hunting!

Translated by