コード例 #1
0
ファイル: GAL22V10.py プロジェクト: magwas/router
	def copy(self,name=""):
		res=IOPin.copy(self)
		self.device.clocks.append(res)
		return res
コード例 #2
0
ファイル: GAL22V10.py プロジェクト: magwas/router
	def __init__(self,device):
		IOPin.__init__(self,INPUT,name="clock",eliminable=False)
		self.device=device