Exemplo n.º 1
0
	def copy(self,name=""):
		res=IOPin.copy(self)
		self.device.clocks.append(res)
		return res
Exemplo n.º 2
0
	def __init__(self,device):
		IOPin.__init__(self,INPUT,name="clock",eliminable=False)
		self.device=device