Digital Logic – Digital Gate in LTspice Not Available and No Generic NOR Gate

digital-logicltspicesimulation

I tried to find a NOR gate in LTspice but seems there is only Or gate with multiple inputs. I tried also to import a third party but could not find a generic NOR gate

enter image description here

Best Answer

The LTSpice logic gates have two outputs. One is the "true" output and one is "complementary" (meaning inverted).

enter image description here

If you want a NOR gate, just place an "OR" gate and connect to the complementary output.

Related Topic