Test Bench for FPGA Kernel

Send

Enter data to send to the server as a list of JS objects, where each object represents a 512-bit value, partitioned as 32-bit integer values. Each object can contain the following fields:

default_int: {int},  // Default value for all 64 integers, used if not defined otherwise.
high_int: {int},  // Lost-significant integer value.
low_int: {int},  // Least-significent integer value.

Number of chunks expected:

Receive

Response data as hex strings, 512 bits per line, space-delimeted at 32-bit boundaries.