summaryrefslogtreecommitdiff
path: root/arch/mips/isa/main.isa
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2006-02-14 21:26:01 -0500
committerKorey Sewell <ksewell@umich.edu>2006-02-14 21:26:01 -0500
commit5830200d78afa4d50f672b67fc7db80c78e3a2ad (patch)
treeedeab1687e7e74138f8af34e996e12527b927f49 /arch/mips/isa/main.isa
parent9f584bcc6f247b844dc699bab38c684128c5afd2 (diff)
downloadgem5-5830200d78afa4d50f672b67fc7db80c78e3a2ad.tar.xz
trying to get ISA to parse correctly ...
arch/mips/isa/formats/unimp.isa: holds unimplemented formats arch/mips/isa/formats/unknown.isa: holds unknown formats --HG-- extra : convert_revision : 0f3a8ea7e3a1592322cce54527d6989152e57975
Diffstat (limited to 'arch/mips/isa/main.isa')
-rw-r--r--arch/mips/isa/main.isa12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/mips/isa/main.isa b/arch/mips/isa/main.isa
index a8c71872b..411e398b4 100644
--- a/arch/mips/isa/main.isa
+++ b/arch/mips/isa/main.isa
@@ -26,7 +26,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-##include "m5/arch/sparc/isa_desc/includes.h"
+##include "m5/arch/mips/isa/includes.isa"
////////////////////////////////////////////////////////////////////
//
@@ -37,16 +37,16 @@
namespace MipsISA;
//Include the bitfield definitions
-##include "m5/arch/mips/isa_desc/bitfields.h"
+##include "m5/arch/mips/isa/bitfields.isa"
//Include the operand_types and operand definitions
-##include "m5/arch/mips/isa_desc/operands.h"
+##include "m5/arch/mips/isa/operands.isa"
//Include the base class for mips instructions, and some support code
-##include "m5/arch/mips/isa_desc/base.h"
+##include "m5/arch/mips/isa/base.isa"
//Include the definitions for the instruction formats
-##include "m5/arch/mips/isa_desc/formats.h"
+##include "m5/arch/mips/isa/formats.isa"
//Include the decoder definition
-##include "m5/arch/mips/isa_desc/decoder.h"
+##include "m5/arch/mips/isa/decoder.isa"