diff options
Diffstat (limited to 'arch/isa_parser.py')
-rwxr-xr-x | arch/isa_parser.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/isa_parser.py b/arch/isa_parser.py index 8f4c6bce7..21a2ce696 100755 --- a/arch/isa_parser.py +++ b/arch/isa_parser.py @@ -636,9 +636,9 @@ CpuModel('SimpleCPU', 'simple_cpu_exec.cc', CpuModel('FastCPU', 'fast_cpu_exec.cc', '#include "cpu/fast/cpu.hh"', { 'CPU_exec_context': 'FastCPU' }) -CpuModel('FullCPU', 'full_cpu_exec.cc', - '#include "encumbered/cpu/full/dyn_inst.hh"', - { 'CPU_exec_context': 'DynInst' }) +#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>' }) |