Update FPGA Firmware for bigger batch sizes

This commit is contained in:
Johannes Wirth 2021-07-13 10:51:28 +02:00
parent a70f5bb09c
commit 89ea594399
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -60,7 +60,7 @@ int main() {
printf("Result Bytes: %d\n", result_bytes);
uint32_t step = 500;
uint32_t step = 10000;
uint32_t iterations = 5;