Electronic – the purpose of an AND gate with the same signal on both inputs

bufferlogic-gates

If this is a buffer, why use an AND gate, aside from better availability of that gate in a single package? This is on an Analog Devices SHARC eval board.

enter image description here

Best Answer

This is a buffer. Two gates means twice the output current. But why use AND gates instead of buffers, you might ask? I was originally going to say that they probably used one or two AND gates elsewhere in the circuit and just popped down a single quad AND gate chip, using two of the AND gates as buffers instead of calling for an actual buffer to save board space and parts count. However, it seems they are the single gate variety. So I presume they had a lot of AND gate chips on hand for whatever reason - perhaps they are used elsewhere in the circuit, or in other designs manufactured on the same production line - and they didn't want to pay for another line item/part feeder on the pick and place machine, so they just specified more AND gates instead of some AND gates and some buffers.

One thing to note about using two AND gates (or another two input logic gate) in this way instead of buffers (or inverters) is that there are twice as many input pins, so the input capacitance will be double. This probably won't be an issue in most cases. If it could possibly be an issue, tie one input high (or low, depending on the gate) instead of connecting both to the input signal.

Edit: looks like one of them is marked DNP, and hence may be an empty footprint on the board. I presume this was done just in case one gate couldn't provide sufficient drive strength, they could add a second without having to re-spin the board.