translator.intermediateBuilder.srFlipFlop
index
/home/yentl/UA/devs-eindwerk/translator/translator/intermediateBuilder/srFlipFlop.py

 
Classes
       
translator.intermediateBuilder.twoInputFlipFlop.TwoInputFlipFlop(translator.intermediateBuilder.flipFlop.FlipFlop)
SRFlipFlop

 
class SRFlipFlop(translator.intermediateBuilder.twoInputFlipFlop.TwoInputFlipFlop)
    When the clock triggers, the value remembered by the flip-flop remains unchanged if R and S are both 0, 
becomes 0 if the R input is 1, and becomes 1 if the S input is 1
 
 
Method resolution order:
SRFlipFlop
translator.intermediateBuilder.twoInputFlipFlop.TwoInputFlipFlop
translator.intermediateBuilder.flipFlop.FlipFlop
translator.intermediateBuilder.memoryNode.MemoryNode
translator.intermediateBuilder.node.Node
translator.intermediateBuilder.element.Element
builtins.object

Methods defined here:
__init__(self)
Constructor

Methods inherited from translator.intermediateBuilder.flipFlop.FlipFlop:
bindOutputWithComp(self, wire, infoTuple)
Overwrites the parent function (but has the same meaning)
getAllElementsViaOuputConnected(self)
Overwrites the parent function (but has the same meaning)
setExtraOutput(self, originalWire, newWire)
Overwrites the parent function (but has the same meaning)

Data descriptors inherited from translator.intermediateBuilder.element.Element:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)