mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 13:47:33 -04:00
typo fix
This commit is contained in:
parent
b3655e5afb
commit
273efb9159
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ void portable_fini(core_portable *p)
|
|||
|
||||
exe_time.uint64 = (uint64_t)elapsed_cycles;
|
||||
exe_cycles.uint64 = neorv32_cpu_get_cycle();
|
||||
exe_instructions.uint64 = neorv32_cpu_get_instret;
|
||||
exe_instructions.uint64 = neorv32_cpu_get_instret();
|
||||
|
||||
neorv32_uart_printf("\nNEORV32: Executed instructions 0x%x_%x\n", (uint32_t)exe_instructions.uint32[1], (uint32_t)exe_instructions.uint32[0]);
|
||||
neorv32_uart_printf("NEORV32: Total required clock cycles 0x%x_%x\n", (uint32_t)exe_cycles.uint32[1], (uint32_t)exe_cycles.uint32[0]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue