aboutsummaryrefslogtreecommitdiffstats
path: root/include/mips.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mips.h')
-rw-r--r--include/mips.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/mips.h b/include/mips.h
new file mode 100644
index 0000000..c6306e9
--- /dev/null
+++ b/include/mips.h
@@ -0,0 +1,11 @@
+/*! \file mips.h
+ Main include file for all the simulation and test related files.
+*/
+#ifndef mips_header
+#define mips_header
+
+#include "mips_mem.h"
+#include "mips_cpu.h"
+#include "mips_test.h"
+
+#endif