[ATPG]set_atpg -capture_cycles d 中的 d(数字)代表什么意思?

来源:互联网 发布:辫子戏 知乎 编辑:程序博客网 时间:2024/04/27 16:38

set_atpg -capture_cycles d 中的 d 代表什么意思?

-capture_cycles d

查到SOLD中的解释为:

Sets the Fast-Sequential ATPG algorithm effort level.
Acceptable values are integers between 2 and 10, or 0.
A value of 0 disables Fast-Sequential ATPG pattern effort and results in Basic-Scan (combinational) ATPG patterns, the default. A value of 2 or higher enables Fast-Sequential ATPG pattern effort.
A recommended starting value is 4.
Be careful not to to set this control too high, as it can cause long runtimes.
Instead, generate patterns, increase the value, generate more patterns, increase the value again, and repeat until you achieve the desired test coverage.

据此看来,这个只是用在Fast-Sequential ATPG算法上面。对其他(basic,full)应该没有效果。

0 0