summaryrefslogtreecommitdiff
path: root/src/python/m5/objects/FUPool.py
blob: cbf1089cfb62be1ad77b3563b2d453a93a7199b9 (plain)
1
2
3
4
5
from m5.config import *

class FUPool(SimObject):
    type = 'FUPool'
    FUList = VectorParam.FUDesc("list of FU's for this pool")