From 30488f4a29e9092e0d0dd304ec113dcc92e171f4 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Wed, 17 Apr 2019 10:54:51 +0800 Subject: add a trackBranch option --- 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 c512ef819..fbe5248f7 100644 --- a/src/cpu/o3/lsq_unit.hh +++ b/src/cpu/o3/lsq_unit.hh @@ -529,6 +529,7 @@ class LSQUnit { bool isFuturistic; bool allowSpecBuffHit; bool useIFT; + bool trackBranch; /* [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