Override addPrivateSplitL1Caches function in order to automatically set the tgts_per_...
[gem5.git] / src / python / m5 / objects / BadDevice.py
1 from m5.params import *
2 from Device import BasicPioDevice
3
4 class BadDevice(BasicPioDevice):
5 type = 'BadDevice'
6 devicename = Param.String("Name of device to error on")