FUPool.py revision 3102
1from m5.SimObject import SimObject
2from m5.params import *
3
4class FUPool(SimObject):
5    type = 'FUPool'
6    FUList = VectorParam.FUDesc("list of FU's for this pool")
7