summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/m5/objects/Pci.mpy1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/m5/objects/Pci.mpy b/python/m5/objects/Pci.mpy
index 907472727..4daa902ab 100644
--- a/python/m5/objects/Pci.mpy
+++ b/python/m5/objects/Pci.mpy
@@ -43,6 +43,7 @@ simobj PciConfigAll(FooPioDevice):
simobj PciDevice(DmaDevice):
type = 'PciDevice'
abstract = True
+ addr = 0xffffffff
pci_bus = Param.Int("PCI bus")
pci_dev = Param.Int("PCI device number")
pci_func = Param.Int("PCI function code")