Update FPGA Firmware for bigger batch sizes
This commit is contained in:
parent
a70f5bb09c
commit
89ea594399
Binary file not shown.
|
@ -60,7 +60,7 @@ int main() {
|
||||||
|
|
||||||
printf("Result Bytes: %d\n", result_bytes);
|
printf("Result Bytes: %d\n", result_bytes);
|
||||||
|
|
||||||
uint32_t step = 500;
|
uint32_t step = 10000;
|
||||||
uint32_t iterations = 5;
|
uint32_t iterations = 5;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue