diff options
Diffstat (limited to 'configs/dram/sweep.py')
-rw-r--r-- | configs/dram/sweep.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/dram/sweep.py b/configs/dram/sweep.py index 368e39488..2797abef0 100644 --- a/configs/dram/sweep.py +++ b/configs/dram/sweep.py @@ -42,9 +42,9 @@ from m5.objects import * from m5.util import addToPath from m5.internal.stats import periodicStatDump -addToPath('../common') +addToPath('../') -import MemConfig +from common import MemConfig # this script is helpful to sweep the efficiency of a specific memory # controller configuration, by varying the number of banks accessed, |