module pynq_parallel
class Pynq_parallel
A Pynq parallel model vAccel resource.
Attributes:
__op__
: The genop operation typedef_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 alen_a
: An integer giving the length of the array
Returns:
b
: A float for the array badd_out
: A float for the additionmult_out
: A float for the multiplication