コード例 #1
0
ファイル: handle.py プロジェクト: Paebbels/cocotb
 def __init__(self, handle, path):
     """
         Args:
             _handle [integer] : fli/vpi/vhpi handle to the simulator object
     """
     NonHierarchyObject.__init__(self, handle, path)
     self._range = simulator.get_range(self._handle)
コード例 #2
0
 def __init__(self, handle, path):
     """
         Args:
             _handle [integer] : fli/vpi/vhpi handle to the simulator object
     """
     NonHierarchyObject.__init__(self, handle, path)
     self._range = simulator.get_range(self._handle)
コード例 #3
0
ファイル: handle.py プロジェクト: pwiecha/cocotb
 def __init__(self, handle, path):
     """Args:
         handle (int): FLI/VPI/VHPI handle to the simulator object.
     """
     NonHierarchyObject.__init__(self, handle, path)
     self._range = simulator.get_range(self._handle)
コード例 #4
0
ファイル: handle.py プロジェクト: Rezam1998/cocotb
 def __init__(self, handle, path):
     NonHierarchyObject.__init__(self, handle, path)
     self._range = simulator.get_range(self._handle)