diff --git a/hw/application_fpga/fw/tk1/main.c b/hw/application_fpga/fw/tk1/main.c index b0697c3..f2b32e8 100644 --- a/hw/application_fpga/fw/tk1/main.c +++ b/hw/application_fpga/fw/tk1/main.c @@ -14,6 +14,7 @@ #include "proto.h" #include "rng.h" #include "state.h" +#include "syscall.h" #include #include @@ -418,7 +419,8 @@ int main(void) print_hw_version(); // Let the app know the function address for blake2s() - *fw_blake2s_addr = (uint32_t)blake2s; + *fw_blake2s_addr = (uint32_t)syscall; + /**fw_blake2s_addr = (uint32_t)blake2s;*/ /*@-mustfreeonly@*/ /* Yes, splint, this points directly to RAM and we don't care