dual logic
Some checks failed
BUILD / build (push) Failing after 12s
BUILD / test (push) Has been skipped
BUILD / Python ${{ matrix.python-version }} test (3.10) (push) Has been skipped
BUILD / Python ${{ matrix.python-version }} test (3.11) (push) Has been skipped
BUILD / Python ${{ matrix.python-version }} test (3.12) (push) Has been skipped
BUILD / Python ${{ matrix.python-version }} test (3.9) (push) Has been skipped
BUILD / documentation (push) Has been skipped

This commit is contained in:
zvasicek 2025-01-20 13:22:17 +01:00
parent 2e0d3de856
commit f143bf73c5

View File

@ -108,7 +108,7 @@ class NandGate(TwoInputInvertedLogicGate):
self.gate_type = "nand_gate"
self.cgp_function = 5
self.operator = "&"
self.dual_gate = NOrGate
self.dual_gate = NorGate
# Logic gate output wire generation based on input values
# If constant input is present, logic gate is not generated and corresponding