Skip to content

module pynq_array_copy


class Pynq_array_copy

A Pynq array copy model vAccel resource.

Attributes:

  • __op__: The genop operation type
  • def_arg_write (bytes): The result of the operation

classmethod pynq_arr_copy

pynq_arr_copy(a: int)

Executes Pynq array copy operation using vAccel over genop.

Args:

  • a: An integer for the initial array

Returns:

  • b: An integer for the copy of the array
  • c: An integer giving the length of the array