mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 17:43:09 -04:00
7 lines
123 B
C
7 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();
|