mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 18:25:27 +00:00
8 lines
123 B
C
8 lines
123 B
C
|
#pragma once
|
||
|
#include <stdint.h>
|
||
|
|
||
|
uint64_t read_mcycle();
|
||
|
uint64_t get_ra();
|
||
|
void set_status_fs();
|
||
|
void clear_status_fs();
|