Ejemplo n.º 1
0
 def _load_programmer(self, programmer_type, board_type):
     """
     Loads the Programmer that will handle the actual programming of the logic into the Board.
     :param programmer_type: The type of programmer (for instance, DigilentAdapt, or XilinxImpact)
     :param board_type: The type of Xilinx board (for instance, FPGA or PLD)
     :return:
     """
     return XilinxProgrammer.create(programmer_type, self._cfg_manager, board_type)
Ejemplo n.º 2
0
 def _load_programmer(self, programmer_type, board_type):
     """
     Loads the Programmer that will handle the actual programming of the logic into the Board.
     :param programmer_type: The type of programmer (for instance, DigilentAdapt, or XilinxImpact)
     :param board_type: The type of Xilinx board (for instance, FPGA or PLD)
     :return:
     """
     return XilinxProgrammer.create(programmer_type, self._cfg_manager,
                                    board_type)
Ejemplo n.º 3
0
 def _load_programmer(self, programmer_type, board_type):
     return XilinxProgrammer.create(programmer_type, self._cfg_manager, board_type)
Ejemplo n.º 4
0
 def _load_programmer(self, programmer_type, board_type):
     return XilinxProgrammer.create(programmer_type, self._cfg_manager,
                                    board_type)