Logic Circuits

From Trailmakers Wiki
Jump to navigation Jump to search

Other Logic Gates

Below is a list of other common logic gates types that aren't available as a single block.


NOT/NOR gate

Visual representation of the build guide to the NOT/NOR gate.

Output when all inputs are off

To build in TM: Run an "always on" output through an XOR gate.

NAND gate

Visual representation for the build guide to the NAND gate.

Output when at least one input is off.

To build in TM: Link an AND gate into a NOT gate.

XNOR gate

Output when the amount of on inputs isn't 1.

To build in TM: Link an XOR gate into a NOT gate.