add spike

This commit is contained in:
Zihao Yu 2021-08-03 20:12:28 +08:00
parent 3c2e025216
commit 3cf0ee6d42
15 changed files with 448 additions and 0 deletions

7
am/include/arch/spike.h Normal file
View file

@ -0,0 +1,7 @@
#ifndef ARCH_H__
#define ARCH_H__
struct Context {
};
#endif