Hi,
I am using Fastscan to run atpg simulation for transition delay fault. As we know that the LOS test coverage should be greater than LOC test coverage. But what I got from the atpg simulation results is that they have nearly same test coverage. I looked into the user guide and someone's dofile scripts from the web, and the only different parts of the commands to run LOS or LOC is:
for LOC: set fault type transition -no_shift_launch
set pattern type -seq 2 -clock_po off
for LOS: set fault type transition
set pattern type -seq 0 -clock_po off
And both of them use the same test procedure file. I don't know which part did I miss. Is anyone familiar with this Fastscan tool? Please let me know if you have any clue. If needed I can show you the complete dofile script.
Thanks a lot!!!!!
-Young