Documentation

LeanPool.Circuitlib.Circuit.Combinational

Combinational circuits #

References #

@[reducible, inline]

The combinational circuit category over Belnap levels and Belnap gates.

Equations
Instances For
    @[reducible, inline]

    The AND gate as a combinational circuit.

    Equations
    Instances For
      @[reducible, inline]

      The OR gate as a combinational circuit.

      Equations
      Instances For
        @[reducible, inline]

        The NOT gate as a combinational circuit.

        Equations
        Instances For
          @[reducible, inline]

          The NAND gate as a combinational circuit.

          Equations
          Instances For
            @[reducible, inline]

            The NOR gate as a combinational circuit.

            Equations
            Instances For
              @[reducible, inline]

              The fork (wire duplication) as a combinational circuit.

              Equations
              Instances For

                Duplicate a pair of input wires, interleaving so the output is [x, y, x, y].

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For

                  The XOR gate as a combinational circuit.

                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For

                    A half adder, returning the sum and carry of two input bits.

                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For

                      A full adder built from two half adders, returning the sum and carry of three input bits.

                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For