Example #1
0
 def input_a(self):
     return EightBit(self._inputs["input_a"])
Example #2
0
 def input_b(self):
     return EightBit(self._inputs["input_b"])
Example #3
0
 def data_in(self):
     return EightBit(self._inputs["data_in"])
Example #4
0
 def data(self):
     return EightBit(self._inputs["data"])
Example #5
0
 def sum(self):
     return EightBit(self._outputs["sum"])
Example #6
0
 def data_out(self):
     return EightBit(self._outputs["data_out"])
Example #7
0
 def output(self):
     return EightBit(self._outputs["output"])