From 673bd49b1dbbb9fee1bfcd9ba98351ef8b89a101 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Sat, 4 Jun 2005 18:41:44 -0400 Subject: Remove the inorder CPU --HG-- extra : convert_revision : 626aad449df9370383becb8e14f4cbf406b5b376 --- arch/isa_parser.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch') diff --git a/arch/isa_parser.py b/arch/isa_parser.py index 8187cf188..0d1320ccc 100755 --- a/arch/isa_parser.py +++ b/arch/isa_parser.py @@ -627,9 +627,6 @@ class CpuModel: # Define CPU models. The following lines should contain the only # CPU-model-specific information in this file. Note that the ISA # description itself should have *no* CPU-model-specific content. -CpuModel('InorderCPU', 'inorder_cpu_exec.cc', - '#include "cpu/inorder_cpu/inorder_cpu.hh"', - { 'CPU_exec_context': 'InorderCPU' }) CpuModel('SimpleCPU', 'simple_cpu_exec.cc', '#include "cpu/simple_cpu/simple_cpu.hh"', { 'CPU_exec_context': 'SimpleCPU' }) -- cgit v1.2.3