Electronic – Changing an active low decoder to active high

decoderintegrated-circuitinverter

I apologize if my question sounds stupid, but I'm a novice and trying to explore all of my options. I currently have a 4/16 decoder, but I did not realize it was active-low and what I really need is an active-high decoder. How might I go about fixing this without putting an inverter on every output? Thanks!

(datasheet: https://datasheet.octopart.com/NTE74HC154-NTE-Electronics-datasheet-22129262.pdf)

Best Answer

Just invert the logic of the downstream circuitry.

To drive a LED, do this:

schematic

simulate this circuit – Schematic created using CircuitLab

(BUF1 is just any of your decoder's output pins) The resistor and LED can be interchanged.
That's the way TTL circuitry (good at pulling low) was always used.