News:

Attention: For security reasons,please choose a user name *different* from your login name.
Also make sure to choose a secure password and change it regularly.

Main Menu

TE::sw_run_sdk - Errors

Started by tayres, June 26, 2017, 08:27:35 PM

Previous topic - Next topic

tayres

TE::sw_run_sdk
Start SDK
CRITICAL WARNING: [TE_UTIL-48] C:/TE/te_zctt/vivado/te_zctt.runs/impl_1/zsys_wrapper.bit was not found. Nothing was copied to prebuilt folder.
Create reports in C:/TE/te_zctt/prebuilt/hardware/te0720_1cf/reports
INFO: [TE_SW-60] No Hardware Reports found.
WARNING: [TE_UTIL-25] C:/TE/te_zctt/vivado/te_zctt.runs/impl_1/zsys_wrapper.sysdef not found, SDK workspace was not generated.
ERROR: [TE_SW-62] Script (TE::EXT::run_sdk) failed: couldn't change working directory to "C:/TE/te_zctt/workspace/sdk": no such file or directory.
ERROR: (TE_SW-62) Script (TE::EXT::run_sdk) failed: couldn't change working directory to "C:/TE/te_zctt/workspace/sdk": no such file or directory.
file copy -force C:/TE/te_zctt/vivado/te_zctt.runs/impl_1/TopLevel.sysdef C:/TE/te_zctt/vivado/te_zctt.sdk/TopLevel.hdf


Got around this by exporting hardware to C:/TE/te_zctt/vivado/workspace/sdk
So not a huge deal, but maybe there's a more elegant fix.

JH

#1
Hi,
you did not generate a bitstream or bitstream generation failed. So no HDF (sysdef) and bitfiles file was found in your Vivado project directory. Scripts copy files to the prebuilt folder before they will used with SDK export.
Generate Bitfile with Vivado gui or TE script "TE::hw_build_design".

PS: TE scripts ha a help with some information: TE::sw_run_sdk -help

br
John