summaryrefslogtreecommitdiff
path: root/arch/isa_parser.py
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2006-02-21 22:02:05 -0500
committerKorey Sewell <ksewell@umich.edu>2006-02-21 22:02:05 -0500
commita4799a89ded3b2ebddd682dbcb0f8d2dd968b68a (patch)
tree6464529eceafa3ed8e6b30e19e3e0cb216dc9113 /arch/isa_parser.py
parent3f7979c99d8dc4f434e3daa2e179616f1669e16e (diff)
downloadgem5-a4799a89ded3b2ebddd682dbcb0f8d2dd968b68a.tar.xz
Renaming alpha files and changing some MIPS stuff to be more like Alpha version
SConscript: changed the alpha_memory.hh to memory.hh in SConscript arch/isa_parser.py: temporarily comment out o3 model arch/mips/isa/base.isa: arch/mips/isa_traits.cc: arch/mips/isa_traits.hh: Fix Up Base Class to mirror how Alpha generates StaticInsts arch/mips/faults.cc: MIPS fault.cc file arch/mips/faults.hh: MIPS fault.hh file --HG-- rename : arch/alpha/alpha_linux_process.cc => arch/alpha/linux_process.cc rename : arch/alpha/alpha_linux_process.hh => arch/alpha/linux_process.hh rename : arch/alpha/alpha_memory.cc => arch/alpha/memory.cc rename : arch/alpha/alpha_memory.hh => arch/alpha/memory.hh rename : arch/alpha/alpha_tru64_process.cc => arch/alpha/tru64_process.cc rename : arch/alpha/alpha_tru64_process.hh => arch/alpha/tru64_process.hh extra : convert_revision : f92d6e765ca96a8b952aef79ed119fa29464563b
Diffstat (limited to 'arch/isa_parser.py')
-rwxr-xr-xarch/isa_parser.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/isa_parser.py b/arch/isa_parser.py
index b92d267c9..7c511a8b3 100755
--- a/arch/isa_parser.py
+++ b/arch/isa_parser.py
@@ -745,9 +745,10 @@ CpuModel('FastCPU', 'fast_cpu_exec.cc',
CpuModel('FullCPU', 'full_cpu_exec.cc',
'#include "encumbered/cpu/full/dyn_inst.hh"',
{ 'CPU_exec_context': 'DynInst' })
-CpuModel('AlphaFullCPU', 'alpha_o3_exec.cc',
- '#include "cpu/o3/alpha_dyn_inst.hh"',
- { 'CPU_exec_context': 'AlphaDynInst<AlphaSimpleImpl>' })
+
+#CpuModel('AlphaFullCPU', 'alpha_o3_exec.cc',
+# '#include "cpu/o3/alpha_dyn_inst.hh"',
+# { 'CPU_exec_context': 'AlphaDynInst<AlphaSimpleImpl>' })
# Expand template with CPU-specific references into a dictionary with
# an entry for each CPU model name. The entry key is the model name