Files
learnFPGA/FIRMWARE/perf.h
2025-08-02 06:09:31 +03:00

5 lines
77 B
C

#include <stdint.h>
extern uint64_t rdcycle();
extern uint64_t rdinstret();