Remove the inorder CPU
--HG-- extra : convert_revision : 626aad449df9370383becb8e14f4cbf406b5b376
This commit is contained in:
@@ -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' })
|
||||
|
||||
Reference in New Issue
Block a user