- added tests

git-svn-id: http://moon:8086/svn/mips@172 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2021-04-09 16:59:24 +00:00
parent 6b0ff9e125
commit 0a6af28dab
6 changed files with 146 additions and 10 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef _TEST_DCACHE_H_
#define _TEST_DCACHE_H_
uint32_t test_dcache();
#endif // _TEST_DCACHE_H__TEST_DCACHE_H_