URL
https://opencores.org/ocsvn/neorv32/neorv32/trunk
[/] [neorv32/] [trunk/] [sw/] [lib/] [include/] [neorv32_cpu.h] - Diff between revs 12 and 15
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 12 |
Rev 15 |
Line 49... |
Line 49... |
void neorv32_cpu_set_mcycle(uint64_t value);
|
void neorv32_cpu_set_mcycle(uint64_t value);
|
uint64_t neorv32_cpu_get_instret(void);
|
uint64_t neorv32_cpu_get_instret(void);
|
void neorv32_cpu_set_minstret(uint64_t value);
|
void neorv32_cpu_set_minstret(uint64_t value);
|
uint64_t neorv32_cpu_get_systime(void);
|
uint64_t neorv32_cpu_get_systime(void);
|
void neorv32_cpu_delay_ms(uint32_t time_ms);
|
void neorv32_cpu_delay_ms(uint32_t time_ms);
|
|
void __attribute__((naked)) neorv32_cpu_goto_user_mode(void);
|
|
|
|
|
/**********************************************************************//**
|
/**********************************************************************//**
|
* Read data from CPU configuration and status register (CSR).
|
* Read data from CPU configuration and status register (CSR).
|
*
|
*
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.