Beispiel #1
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)
Beispiel #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)
Beispiel #3
0
 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)
Beispiel #4
0
 def __init__(self, handle, path):
     NonHierarchyObject.__init__(self, handle, path)
     self._range = simulator.get_range(self._handle)