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)
commit15aff307cbd5ae828801f5ee078e7a086b5b3973
treea4ab1b3d3f4ce8009f17320bb0e701599946fb9f
parentec2c0827f8d791b669de3ab0135d483ad86713e0
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