When I run translate on a design that contains package files, the following error occurs:
"ERROR:ProjectMgmt - TOE: ITclInterp::ExecuteCmd gave Tcl result 'invalid command name "0"'.
Tcl_ErrnoId: unknown error
Tcl_ErrnoMsg: No error
_cmd: ::xilinx::Dpm::dpm_chTransformExecuteForNgdbuild dpm_ngdbuildRun $piThisInterface
errorInfo: invalid command name "0"
while executing
"$_iDu GetDesignUnitType _iDuType"
(procedure "dpm_flowGetDesignFiles" line 27)
invoked from within
"dpm_flowGetDesignFiles $basicData(iDesign) $duType hdlFileList designFileList"
(procedure "::xilinx::Dpm::dpm_chTransformExecuteForNgdbuild" line 55)
invoked from within
"::xilinx::Dpm::dpm_chTransformExecuteForNgdbuild dpm_ngdbuildRun $piThisInterface""
How can I resolve this issue?