mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 05:24:49 +00:00
17 lines
355 B
C
17 lines
355 B
C
#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();
|
|
void global_hist_4_space_test();
|
|
void global_hist_6_space_test();
|
|
void oneLoopTest();
|
|
void CBOMTest();
|
|
#endif
|