|
发表于 2010-7-24 15:22:39
|
显示全部楼层
You receive this message if write_scan_def could not load scan cell input and output
pins properly while generating scan def ASCII file for the place and route tool to perform scan reordering and repartitioning.
Please make sure after scan insertion, dft_drc command successfully traced all the scan chains without any scan chain violations. Please also make sure that the CTL ASCII file generated after scan insertion using write_test_model command represents all the scan chain information correctly.
This error would occur if the CTL model is not correctly updated with the scan chain information or if dft_drc did not extract the scan chains post scan insertion. This error can also happen in a Hierarchical Scan Synthesis flow, where the CTL models for the blocks are corrupted or not read correctly. Please make sure that such occurrences, if any, are addressed.
WHAT TO DO NEXT:
If you did not execute dft_drc, do so now; then re-execute write_scan_def command. Otherwise, re-execute set_scan_configuration and ensure that you do not use any options that might prevent dft_drc from extracting the scan chain information. Reexecute dft_drc, correct any violations, and then re-execute write_scan_def. If still the message is displayed, re-execute write_test_model command and analyze the scan chain structures for correctness. |
|