Added nand and nor gate due to popular demand
authorFabian Stemmler <stemmler@in.tum.de>
Tue, 4 Jun 2019 20:21:01 +0000 (22:21 +0200)
committerFabian Stemmler <stemmler@in.tum.de>
Tue, 4 Jun 2019 20:21:01 +0000 (22:21 +0200)
commitc913de71a9935e06405d2d1c0093b14d03afbc7b
tree36880ab1c966bc1f9c9150551d127bf56ddccab0
parentebf5408c7149cf95bb0043f4e8fd81cead5f262b
Added nand and nor gate due to popular demand
net.mograsim.logic.core/src/net/mograsim/logic/core/components/gates/NandGate.java [new file with mode: 0644]
net.mograsim.logic.core/src/net/mograsim/logic/core/components/gates/NorGate.java [new file with mode: 0644]