mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
10 lines
145 B
C
10 lines
145 B
C
#ifndef __header
|
|
#define __header
|
|
|
|
int fail();
|
|
int simple_csrbr_test();
|
|
int lbu_test();
|
|
int icache_spill_test();
|
|
void global_hist_test();
|
|
#endif
|