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 --- src/cpu/o3/lsq_unit.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/o3/lsq_unit.hh') diff --git a/src/cpu/o3/lsq_unit.hh b/src/cpu/o3/lsq_unit.hh index 16095ed46..c512ef819 100644 --- a/src/cpu/o3/lsq_unit.hh +++ b/src/cpu/o3/lsq_unit.hh @@ -528,6 +528,7 @@ class LSQUnit { // Flag for whether defending against spectre attack or future attacks bool isFuturistic; bool allowSpecBuffHit; + bool useIFT; /* [mengjia] different schemes determine values of 4 variables. */ // Will also need how many read/write ports the Dcache has. Or keep track -- cgit v1.2.3