Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/05/10 19:38
Read: times


 
#178931 - These assertions look entirely wrong to me.
Responding to: ???'s previous message
Per Westermark said:
Doesn't matter if square wave only works for known parts. First step is obviously to perform logic function detection, including such thinks as looking for tristated outputs. If do you know it's an '00, you can try to figure out if LS00, HC00, HCT00 etc by starting to play with individual inputs and/or outputs.

First of all, how would you detect that an output is tristate? How would a square wave and an XOR help with that?

It really doesn't matter that an XOR is slow, since the critical part isn't the delay from input change to output change. The critical part is that a change in quotient between the two inputs does change the percentage of time the output is high or low, resulting in an analogue value after low-pass filtering.

How did you come to that conclusion? What matters is precisely the input-to-output delay, along with the Iol and Ioh. An XOR won't help with those at all.

Even very small changes in time delay on the input does affect the average output voltage. The reason for getting the fastest possible technology for the XOR gate is more that it's good to have fast rise and fall times on the output signal so that the majority of the analog integration is performed in steady states and not during the flanks of the output signal.

I don't see how that's relevant either, since the PC isn't capable of making observations at a rate high enough to detect differences in propagation delay, rise time, etc.

But even the flanks can be survived since they add the same offset error for a fixed input frequency of the square wave until the quotient gets so bad that the output never goes fully high or fully low before the gate changes output state again.

I think you should provide a schematic and at least a hint as to how you 'd make such measurements with the aid of a PC and no other costly hardware.

The precision is best when measuring delays through simple gates, such as an OR gate. Having a more complex subject-under-test means longer delays between the change of an input and the change of an output. This requires a slower square wave and hence less resolution of phase detector. But on the other hand, a chip with slower signal path is normally not allowed to be used in a design that is as sensitive to the chip delays. If you use a ripple counter, you definitely don't want to make a design where 100ps change in ripple time changes the circuit between working and failing. You need to make a design that handles the worst-case ripple time with some margin. More internal layers in the logic chip also makes a working chip have a wider spread so the requirement to measure the ripple delay don't need the same precision as if you measure the delay of a 74x00.

I don't see how you can do any of this with a PC and some number of XOR's.

The thing here is that even a hobbyist can get very interesting results with a simple phase detector. It's irrelevant what you can do if you have a 5Gs scope available just for the simple reason that most people don't have one.

Just how does a phase-detector fit into this?

A very large number of logic chips of the types we are discussing in this thread - not random CPLD or FPGA - have quite a number of internal parameters that can be "tasted" with quite simple "spoons". For some chips it may be hard to send an input logic signal that results in a suitable output logic signal. But there may be an /OE pin that changes the output. Either between a data value and a fixed logic level or between a data value and tristate.

Just how do you go about detecting a floating output?

The discussion I did start about doing some detection instead of just entering a chip ID and test a logic table was that much things can be done with low costs. Low costs (or actually any costs) means you have limitations in what you can do. But low cost can still give lot more results than just walking through 2^n input patterns and watching output values and say a chip is a quad 2-input NAND.

Well, I don't agree about that, since you wouldn't have to "walk" through 2^n input patterns. What you'd have to do is to "walk through one input vector for each known device in the repertoire. If it passes on one gate, then it's to be checked on all the gates. If it fails, that's not what it is. When you run out of test vectors, you have a junk part. You can either open it up and read what it says on the die, or you can toss it out.

As long as the square wave signal used for phase detection has fixed and known frequency, you can manage some decent calibration of a phase detector with not too advanced methods. So you can get interesting results even without seed chips. The confidence of the tester would of course be better if having measured 100 chips of every model and family, but even when a seen chip hasn't been tested you can still measure time delays with a resolution that is affected by the square wave frequency needed, i.e. what measurement range you set your circuit to use. When you get all the way into considering relativistic tests based on seed chips, you reach a level where you have to consider the differences in delays between batches or manufacturers. But then you have reached a level that should normally not matter - a user should normally not make a design that only works with a Fairchild chip and not a TI chip.

Since it was never unusual for one vendor to buy dice from a competitor, it's hardly important to base any decisions on what manufacturer's brand on the device says.

Richard said:
If you don't know what it is, you try all the tables you have assembled. If you don't get a match, at least you know it's not one of them, though it could be defective.

Remember that the tables can still be arranged as a decision tree, so you do not have to test all logic tables even if the chip is of unsupported type. A single detected output means the decision tree can directly prune all chips that has an input at that position. Even with 250 different chips in the database, you probably don't need to test for more than 10 different chips - the other 240 gets pruned on the way. And it isn't until you have done this pruning that you make use of any additional hardware to look for inputs with hysterese, current dirve capabilities, chip power consumption or possible gate delay times.


That decision tree is an interesting concept, though I've no idea how you'd make such decisions. As far as the vector table database
is concerned, I'd order them by pin count, since, with unknown parts, that's all we know. I'd appreciate a demonstration of how you'd make the decision based on what you get from 74xx365 and a 74xx161.

I'd also be interested in how you'd apply an XOR to the business of distinguishing between 74xx161 and 74xx163. How the PC can help would be interesting, too, since it's a couple of orders of magnitude too slow in its I/O.

RE


List of 103 messages in thread
TopicAuthorDate
Very nice for third countries but...            01/01/70 00:00      
   My Advice            01/01/70 00:00      
   Today's top award for Stating The Blindingly Obvious...            01/01/70 00:00      
   Doesn't make sense            01/01/70 00:00      
      A microcontroller is a nice logic-chip tester            01/01/70 00:00      
         device in question is not for identifying unknown chips            01/01/70 00:00      
            Wasn't talking about linked device            01/01/70 00:00      
         IC logic still popular here(used)            01/01/70 00:00      
            sure, but            01/01/70 00:00      
               sure, but, but            01/01/70 00:00      
                  sure, but, but, but            01/01/70 00:00      
            Limitations            01/01/70 00:00      
               Areas of Doubt and Uncertainty            01/01/70 00:00      
                  I can imagine one case            01/01/70 00:00      
                     That would have different pinout            01/01/70 00:00      
                     what is all this about identifying chips            01/01/70 00:00      
                        See Richard's post            01/01/70 00:00      
                  Brute Force - The IC pins would curl up before finish            01/01/70 00:00      
                     Actually not too ahrd/expensive to detect chips            01/01/70 00:00      
                        But            01/01/70 00:00      
                           Of course            01/01/70 00:00      
                              Again, it depends on your goals            01/01/70 00:00      
                                 Scope of project is important            01/01/70 00:00      
   It's more interesting            01/01/70 00:00      
   both of my old portable programmers do this            01/01/70 00:00      
      Is there codes?            01/01/70 00:00      
         What, exactly, are you looking for?            01/01/70 00:00      
            unknown is hard....known is easy?            01/01/70 00:00      
               it's possible, but not reliable to check for unknowns            01/01/70 00:00      
                  xeltex superpro            01/01/70 00:00      
                     be careful ... that was several revisions ago ...            01/01/70 00:00      
               RE: known IC logic for test is easy?            01/01/70 00:00      
                  unknown....            01/01/70 00:00      
                     Pardon??            01/01/70 00:00      
                     IF you can't recognize the part, THEN discard it!            01/01/70 00:00      
                     The most likely reason you'd want to do that ...            01/01/70 00:00      
         The code was compiled and in a library            01/01/70 00:00      
            Place..The code was compiled and in a library            01/01/70 00:00      
               Will that help?            01/01/70 00:00      
                  in the future...            01/01/70 00:00      
                     It's just a small-C compiler with intrinsics for SuperPro            01/01/70 00:00      
                        help??            01/01/70 00:00      
                           Can't you just go from first principles?            01/01/70 00:00      
                           If you want that software, you should contact XELTEK            01/01/70 00:00      
                               The code was compiled and in a library???            01/01/70 00:00      
                                 Well, obvisouly!            01/01/70 00:00      
                                 The hardware for this sort of thing is not rocket science            01/01/70 00:00      
                                    library binary            01/01/70 00:00      
                                       I can't purchase the expensive SuperPro            01/01/70 00:00      
                                          homemade            01/01/70 00:00      
                                             this makes no sense            01/01/70 00:00      
                                                missing??            01/01/70 00:00      
                                                   no, I am not            01/01/70 00:00      
                                                      not so fast ...            01/01/70 00:00      
                                                         while all that is valid - to an extent            01/01/70 00:00      
                                                            kitchen table...            01/01/70 00:00      
                                                               Kitchen-table = home built with lacking tools/knowledge            01/01/70 00:00      
                                                                  understand....            01/01/70 00:00      
                                                         Can often be solder problems            01/01/70 00:00      
                                                      multiply            01/01/70 00:00      
                                                         if you use that many ....            01/01/70 00:00      
                                                            work's            01/01/70 00:00      
                                                               because            01/01/70 00:00      
                                                                  You're right in large part, but ...            01/01/70 00:00      
                                                                     did NOT bring this up for any other reason            01/01/70 00:00      
                                                                  back...            01/01/70 00:00      
                                                                     Can have uC or PC as master - just different advantages            01/01/70 00:00      
                                                                        You'll need lots of storage.            01/01/70 00:00      
                                                                           For what?            01/01/70 00:00      
                                                                              You need storage for the 250K test vector sets            01/01/70 00:00      
                                                                     Yes, you have to do the work            01/01/70 00:00      
                                                               "works (sic) flawlessly (sic)"            01/01/70 00:00      
                                                               You haven't the means to determine that it works flawlessly            01/01/70 00:00      
                                                                  XOR normally easier than trying high-end drive + sampling            01/01/70 00:00      
                                                                     That does work if you have one functional part for "seed"            01/01/70 00:00      
                                                                        Can perform time calibrations without specific seed            01/01/70 00:00      
                                                                           None of this works with just an XOR            01/01/70 00:00      
                                                                              Just an XOR?            01/01/70 00:00      
                                                                           These assertions look entirely wrong to me.            01/01/70 00:00      
                                                                              Read up on phase detectors and separate from lgic detect            01/01/70 00:00      
                                                                                 Yes, I know about phase detectors, and in this case...            01/01/70 00:00      
                                                                                    Learn, and it will not be irrelevant anymoer            01/01/70 00:00      
                                                                                       This stuff is still irrelevant until you know the type            01/01/70 00:00      
                                                                                          And the type covered again and again            01/01/70 00:00      
                                                                                             For the purposes described by the O/P it's not relevant            01/01/70 00:00      
                                                                                                Already covered            01/01/70 00:00      
                                                                                                   Until you have a way of ascertaining the ins and outs ...            01/01/70 00:00      
                                                                                                      Obvious, but _you_ singled out propagation delay            01/01/70 00:00      
                                                                                                         various but still MCS-51            01/01/70 00:00      
                                                                                                            Difference hobby or commercial use            01/01/70 00:00      
                                                                                                               you caught a VERY important issue - and did not know            01/01/70 00:00      
                                                                                 avoid kicthen table            01/01/70 00:00      
                                                               there is no way in hades ....            01/01/70 00:00      
                                                                  Not even commercial testers are really commercial grade            01/01/70 00:00      
                                                                     emphasizing the above good post            01/01/70 00:00      
                                                                     I'd guess the application is a bit different            01/01/70 00:00      
                                                                        ah ...            01/01/70 00:00      
                                                                           Yes ...            01/01/70 00:00      
                                       It's always a tradeoff between time and money            01/01/70 00:00      
                                          e-bay??            01/01/70 00:00      
                                             If you find one and buy it ...            01/01/70 00:00      
   If you REALLY want one of these ... but one that works ...            01/01/70 00:00      
   not a defective chip, but ...            01/01/70 00:00      

Back to Subject List