"ERROR:HierarchicalDesignC:208 - The previous implementation file"*_prev_built.ngd" for Partition "xyz" does not exist in the import location "../run1". Please verify that the path to the importlocation is correct and that the project was successfully implemented and exported."
ソリューション
xpartition.pxml では、NGDBuild が起動ディレクトリーで実行しているときは正しい相対パス (..\run1 など) としてインポート ディレクトリーがリストされています。しかし、xpartition.pxml は MAP および PAR が実行される別のディレクトリーに SmartXplorer によりコピーされています。マップは起動しますが、「..\run1」にあったファイルは今は「..\..\run1」にあるのでマップでは検出できません (MAP および PAR は 1 つ階層の深い新しいディレクトリーで実行されているため)。