描述
我正在运行以下命令行:
smartxplorer lara_top.ngd -p xc5vlx155t-1ff1136 -sf MySmartxplorerStrategies.txt -l machines.txt -wd smartxplorer_results -m 100 -best_n_runs 3 -trce_options“-e 50 -l 20”
在运行期间一段时间后,我收到以下错误:
FATAL_ERROR:内部错误101.请联系Xilinx支持。
导致此错误的原因是什么?
解
如果您的策略在策略文件中具有与以下类似的命名结构,则会发生这种情况:
“name”:“My_MapRunTimeCT7”,
“map”:“-ol high -t 7 -mt on -detail -w”,
“par”:“ – ol high”},
{“name”:“My_MapRunTimeCT8”,
“map”:“-ol high -t 8 -mt on -detail -w”,
“par”:“ – ol high”},
{“name”:“My_MapExtraEffortCT3”,
“map”:“-ol high -xe n -t 3 -mt on -detail -w”,
“par”:“ – ol high”},
。 。 。
这些名称与为成本表传递创建的某些SmartXplorer策略名称冲突。
这里的解决方法是更改策略文件中的策略名称,以便策略名称不使用CT#后缀。
SmartXplorer使用CT#后缀作为内部策略。
没有回复内容