def __init__(self, uri=""):
     adrv9009.__init__(self, uri=uri)
     self._ctrl_b = self._ctx.find_device("adrv9009-phy-b")
     self._clock_chip = self._ctx.find_device("hmc7044")
     self._clock_chip_carrier = self._ctx.find_device("hmc7044-car")
     # Used for multi-som sync
     self._clock_chip_ext = self._ctx.find_device("hmc7044-ext")
示例#2
0
    def __init__(self, uri="", jesd_monitor=False, jesd=None):

        adrv9009.__init__(self, uri=uri, jesd_monitor=jesd_monitor, jesd=jesd)
        self._ctrl_b = self._ctx.find_device("adrv9009-phy-b")
        self._clock_chip = self._ctx.find_device("hmc7044")
        self._clock_chip_carrier = self._ctx.find_device("hmc7044-car")
        # Used for multi-som sync
        self._clock_chip_ext = self._ctx.find_device("hmc7044-ext")
示例#3
0
 def __init__(self, uri=""):
     adrv9009.__init__(self, uri=uri)
     self._ctrl_b = self._ctx.find_device("adrv9009-phy-b")