From 8fe7e974ee5ca80885b9231ec397e5681d67d3ae Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Thu, 11 Apr 2019 23:31:41 +0800 Subject: add IFT options --- configs/common/CpuConfig.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configs/common/CpuConfig.py') diff --git a/configs/common/CpuConfig.py b/configs/common/CpuConfig.py index 43539ee4d..21dabdfa9 100644 --- a/configs/common/CpuConfig.py +++ b/configs/common/CpuConfig.py @@ -122,6 +122,12 @@ def config_scheme(cpu_cls, cpu_list, options): cpu.allowSpecBuffHit = True else: cpu.allowSpecBuffHit = False + + if options.useIFT: + cpu.useIFT = True + else: + cpu.useIFT = False + if len(options.scheme)!=0: cpu.simulateScheme = options.scheme else: -- cgit v1.2.3