URL
https://opencores.org/ocsvn/neorv32/neorv32/trunk
[/] [neorv32/] [trunk/] [sw/] [lib/] [include/] [neorv32_cpu.h] - Diff between revs 15 and 39
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 15 |
Rev 39 |
Line 50... |
Line 50... |
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);
|
void __attribute__((naked)) neorv32_cpu_goto_user_mode(void);
|
|
int neorv32_cpu_atomic_cas(uint32_t addr, uint32_t expected, uint32_t desired);
|
|
|
|
|
/**********************************************************************//**
|
/**********************************************************************//**
|
* 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.