pynq_parallel 🔗
Pynq_parallel 🔗
A Pynq parallel model vAccel resource.
pynq_parellel classmethod
🔗
Executes Pynq parallel operation using vAccel over genop.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
| float | A float for the array a | required |
| int | An integer giving the length of the array | required |
Returns:
Name | Type | Description |
---|---|---|
b | A float for the array b | |
add_out | A float for the addition | |
mult_out | A float for the multiplication |