prefetcher: Make prefetcher a sim object instead of it being a parameter on cache

This commit is contained in:
Mrinmoy Ghosh
2012-02-12 16:07:38 -06:00
parent b7cf64398f
commit 7e104a1af2
15 changed files with 110 additions and 94 deletions

View File

@@ -32,6 +32,7 @@ Import('*')
if env['TARGET_ISA'] == 'no':
Return()
SimObject('Prefetcher.py')
Source('base.cc')
Source('ghb.cc')