コード例 #1
0
ファイル: cdatatype.py プロジェクト: tootal/PyChip-py-hcl
 def mapToIR(self, ctx):
     return low_ir.ClockType()
コード例 #2
0
ファイル: _emit_context.py プロジェクト: scutdig/LG-32HP
 def getClock(self):
     return low_ir.Reference("clock", low_ir.ClockType())