diff options
Diffstat (limited to 'arch/isa_parser.py')
-rwxr-xr-x | arch/isa_parser.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/isa_parser.py b/arch/isa_parser.py index b92d267c9..0d18f4d89 100755 --- a/arch/isa_parser.py +++ b/arch/isa_parser.py @@ -745,6 +745,7 @@ 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>' }) |