summaryrefslogtreecommitdiff
path: root/python/m5/objects/Pci.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/m5/objects/Pci.py')
-rw-r--r--python/m5/objects/Pci.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/m5/objects/Pci.py b/python/m5/objects/Pci.py
index 0957e2883..defdd10a3 100644
--- a/python/m5/objects/Pci.py
+++ b/python/m5/objects/Pci.py
@@ -50,3 +50,6 @@ class PciDevice(DmaDevice):
pci_func = Param.Int("PCI function code")
configdata = Param.PciConfigData(Parent.any, "PCI Config data")
configspace = Param.PciConfigAll(Parent.any, "PCI Configspace")
+
+class PciFake(PciDevice):
+ type = 'PciFake'