diff options
author | Korey Sewell <ksewell@umich.edu> | 2006-02-22 03:44:21 -0500 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2006-02-22 03:44:21 -0500 |
commit | 2d2510e94f6fc60ae5acc656be5fa6d03a9583c8 (patch) | |
tree | e565a6aba8ebb4cc5398fe29c436df15157dd967 /arch | |
parent | 54b47bc5ae7993558412de6c458727171b630594 (diff) | |
download | gem5-2d2510e94f6fc60ae5acc656be5fa6d03a9583c8.tar.xz |
Still builds "../MIPS_SE/arch/mips/decoder.do with no errors!
-----
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
Diffstat (limited to 'arch')
-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 7c511a8b3..0d18f4d89 100755 --- a/arch/isa_parser.py +++ b/arch/isa_parser.py @@ -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 |