cvw/testsBP/simple/header.h

10 lines
145 B
C
Raw Normal View History

#ifndef __header
#define __header
int fail();
int simple_csrbr_test();
int lbu_test();
int icache_spill_test();
2021-05-27 16:48:29 +00:00
void global_hist_test();
#endif