Still builds "../MIPS_SE/arch/mips/decoder.do with no errors!
authorKorey Sewell <ksewell@umich.edu>
Wed, 22 Feb 2006 08:44:21 +0000 (03:44 -0500)
committerKorey Sewell <ksewell@umich.edu>
Wed, 22 Feb 2006 08:44:21 +0000 (03:44 -0500)
-----
uncomment out detailed model ... just commented to supress some compile errors

arch/isa_parser.py:
    uncomment out detailed model ... just commented to supress some compile errors

--HG--
extra : convert_revision : e884b9bd47794409f74043ad1aca6dadd1323185

arch/isa_parser.py

index 7c511a8b3168282acea178cc3ae8377e7ad08c1a..0d18f4d89b373eb570f034840daffa5b6f722855 100755 (executable)
@@ -746,9 +746,9 @@ 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