Skip to content

module pynq_parallel


class Pynq_parallel

A Pynq parallel model vAccel resource.

Attributes:

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

classmethod pynq_parellel

pynq_parellel(a: float, len_a: int)

Executes Pynq parallel operation using vAccel over genop.

Args:

  • a: A float for the array a
  • len_a: An integer giving the length of the array

Returns:

  • b: A float for the array b
  • add_out: A float for the addition
  • mult_out: A float for the multiplication