Fixed nand and nor gate to work with more than two inputs
authorFabian Stemmler <stemmler@in.tum.de>
Wed, 5 Jun 2019 05:26:31 +0000 (07:26 +0200)
committerFabian Stemmler <stemmler@in.tum.de>
Wed, 5 Jun 2019 05:26:31 +0000 (07:26 +0200)
commitfa01c552ab33d0054a9e898515a39d262b642101
tree2a5671b385a97041acdeed3e5c39ff2b526e0256
parentc913de71a9935e06405d2d1c0093b14d03afbc7b
Fixed nand and nor gate to work with more than two inputs
net.mograsim.logic.core/src/net/mograsim/logic/core/components/gates/MultiInputGate.java
net.mograsim.logic.core/src/net/mograsim/logic/core/components/gates/NandGate.java
net.mograsim.logic.core/src/net/mograsim/logic/core/components/gates/NorGate.java
net.mograsim.logic.core/src/net/mograsim/logic/core/tests/ComponentTest.java