Trenz Electronic GmbH Support Forum

Trenz Electronic Products => Trenz Electronic FPGA Modules => Topic started by: tayres on June 26, 2017, 08:27:35 PM

Title: TE::sw_run_sdk - Errors
Post by: tayres on June 26, 2017, 08:27:35 PM
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.
Title: Re: TE::sw_run_sdk - Errors
Post by: JH on June 27, 2017, 08:34:03 AM
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