2021-10-20 16:03:21 +00:00
|
|
|
#ifndef __header
|
|
|
|
#define __header
|
|
|
|
|
|
|
|
int fail();
|
|
|
|
int simple_csrbr_test();
|
|
|
|
int lbu_test();
|
|
|
|
int icache_spill_test();
|
|
|
|
void global_hist_0_space_test();
|
|
|
|
void global_hist_1_space_test();
|
|
|
|
void global_hist_2_space_test();
|
|
|
|
void global_hist_3_space_test();
|
2023-01-05 05:41:55 +00:00
|
|
|
void global_hist_4_space_test();
|
2023-01-09 05:35:02 +00:00
|
|
|
void global_hist_6_space_test();
|
2023-01-05 05:41:55 +00:00
|
|
|
void oneLoopTest();
|
2021-10-20 16:03:21 +00:00
|
|
|
#endif
|