mirror of
https://github.com/ehw-fit/ariths-gen.git
synced 2025-04-10 17:22:11 +01:00
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
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:
parent
2e0d3de856
commit
f143bf73c5
@ -108,7 +108,7 @@ class NandGate(TwoInputInvertedLogicGate):
|
|||||||
self.gate_type = "nand_gate"
|
self.gate_type = "nand_gate"
|
||||||
self.cgp_function = 5
|
self.cgp_function = 5
|
||||||
self.operator = "&"
|
self.operator = "&"
|
||||||
self.dual_gate = NOrGate
|
self.dual_gate = NorGate
|
||||||
|
|
||||||
# Logic gate output wire generation based on input values
|
# Logic gate output wire generation based on input values
|
||||||
# If constant input is present, logic gate is not generated and corresponding
|
# If constant input is present, logic gate is not generated and corresponding
|
||||||
|
Loading…
x
Reference in New Issue
Block a user