Electronic – MECL 10h or 100 K ECL logic levels and how to use them

digital-logic

I was reading the comments to this question Can I replace a PLL Charge Pump with an Active LPF? and started looking at the MCH12140 and MC10EL07 that markrages♦ recommended.

When I look at the datasheet it talks about MECL 10h and 1000 K ECL logic levels. What does that mean? How can I use it?

Note, I did try to google what the MECL and ECL was, but either I wasn't using good search terms or it is just hard to find. There is pages on them, but nothing talks about 10h and 1000 k. I also don't really understand what the pages mean.

Also note that I have used TTL before, is there any comparison to TTL or a way to convert to it?

Best Answer

To get straight to the question asked, you can find the logic levels for 10H or 100H logic by going to any datasheet for a part in those families. On Semi is the main vendor for those parts (though Fairchild and other vendors have second-sourced them as well), and you can get a list of all the parts in the family here.

One thing to be aware of is that ECL logic levels are referenced to VCC rather than VEE, so the logic level will be something like Vih ~= Vcc-1 and Vil ~= Vcc - 1.7. For the full range of mins and maxes for the input and output levels, check an actual datasheet.

A previous answer stated that ECL logic is "a differential logic standard." While most ECL parts use differential inputs and outputs, many complex functions, especially in the earlier generations, were built with single-ended i/o's.

It was also stated that ECL runs "much faster than TTL, and draws more power". While its typically true that ECL will draw more power for a gate that doesn't switch often, the power draw of ECL doesn't increase as much as TTL when the switching frequency goes up. So there's typically some frequency above which ECL will actually draw less power than the same function in TTL.

Another issue to watch out for is that MECL parts date from the era when engineers designed from paper data books, rather than downloading data sheets part-by-part off the net. Some of the characteristics of these parts were only described in the introductory chapters of the databook, and not in the individual parts' datasheets. (For example, the pin-outs for certain packages were not in each datasheet, but a translation table from DIP pins to pin #'s for other packages was included in the introduction.) I think that most of this information can nowadays be found in the App Note "General Information for MECL 10H and MECL 10K".

There was once upon a time an excellent "Design Handbook" for using the MECL parts that had lots of information on controlled impedance design, differential logic design, etc., that is still relevant today...sadly I can't seem to find this handbook online at the moment.