def copy(self,name=""): res=IOPin.copy(self) self.device.clocks.append(res) return res
def __init__(self,device): IOPin.__init__(self,INPUT,name="clock",eliminable=False) self.device=device