Summer 2008 DMP Project at Brown
June
24

No correlation! Oh no!

So the hope of the tests that I have written was that there would be a strong correlation between the number of times detected of faults from my tests and from Yiwens of the same size... but that is not the case. The graphs do look similar when all the faults are looked at, but when you look at faults that are least detected, there is really no correlation. In some cases my tests are better, in some cases Yiwens are better. Of course this is assuming that hers is the optimal solution... which it might not be. Not sure where to go from here. I attempted to look at larger amounts of faults when forming my list of vectors... but that didn't work either. Even when I include all of the faults in my calculations, there is only a mild correlation between hers and mine... which is rather odd considering that I am supposedly using about the same algorithm as her. Sort of stuck there, was hoping there would be more correlation... And the thing is, sometimes mine detects more critical faults, and sometimes hers does, and this does not have anything to do with the size of the test set. Huh? Is it all random?

Now Prof Dworak wants me to look at bridge faults, and see if those have more of correlations. I was looking at only stuckat faults before. This involves using FastScan... which I have been avoiding as much as possible. :( I'm procrastinating on that a little by organizing my files. I have been saving everything in the same directory and it looks a little scary... and I havent left any comment on any of my scripts. So did that for the second half of the day today, I think its productive, in its own way. :) My file system looks very nice now. To work tomorrow!

June
29

More updates

First of all, I figured out why my graphs did not correspond to Yiwen. Or more like talked to her and found out that the way she calcualted ELF values was just to add all of the criticalities of the faults detected, instead of multiplying criticalities times the number of times detected. That sure makes a difference. Haven't made the plots yet, but that clears things up.

Second, also after talking to Yiwen, figured out how to add bridges to colorconv. I knew how to make them before, but I was not converting the analog circuit into a digital circuit so it wasn't working. Now I just have to write a script to read in the thousand some wires in the circuit and produce my own bridge file, since FastScan is not smart enough to create its own bridges.

So after that is where the confusing part starts. I am trying to look at how effective my algorithm is at finding vectors that would detect bridges. This requires looking at the actual patterns that each vector means, and how those patterns would detect the bridges. Not quite sure how I'll go about doing that, but thats the project for next week. :)