cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
custom.py File Reference

A python script for testing the cF uppercase kernel. The script takes as argument the fpga ip, the port and the numpi array of a string to be processed. This array should be an 1-D array, containing all characters of a string. The kernel will rerurn a numpi array which is the array with converted characters. More...

Go to the source code of this file.

Namespaces

 custom
 

Functions

def custom.uppercase (input_array, total_size, fpga_ip, fpga_port, debug_level)
 

Variables

int custom.recvBufSize = 0x1000000
 
int custom.real_buffer_size = 0
 

Detailed Description

A python script for testing the cF uppercase kernel. The script takes as argument the fpga ip, the port and the numpi array of a string to be processed. This array should be an 1-D array, containing all characters of a string. The kernel will rerurn a numpi array which is the array with converted characters.

Author
DID
Date
October 2022

Definition in file custom.py.