diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/common/CpuConfig.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/common/CpuConfig.py b/configs/common/CpuConfig.py index e12b646d8..c2663ee98 100644 --- a/configs/common/CpuConfig.py +++ b/configs/common/CpuConfig.py @@ -51,6 +51,7 @@ _cpu_aliases_all = [ ("timing", "TimingSimpleCPU"), ("atomic", "AtomicSimpleCPU"), ("inorder", "InOrderCPU"), + ("minor", "MinorCPU"), ("detailed", "DerivO3CPU"), ("kvm", ("ArmKvmCPU", "X86KvmCPU")), ] |